Skip to main content
DELETE
/
tenant-auth
/
v1
/
groups
/
{groupId}
Archive a group (soft delete)
curl --request DELETE \
  --url https://api.swarmd.ai/tenant-auth/v1/groups/{groupId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

groupId
string<uuid>
required

Response

204

No Content