Skip to main content
DELETE
/
registry
/
v1
/
channels
/
{channelId}
Deactivate a channel (soft delete)
curl --request DELETE \
  --url https://api.swarmd.ai/registry/v1/channels/{channelId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

channelId
string<uuid>
required

Response

204

No Content