Delete Work Channel
DELETE /work/channels/{channel_id}
DELETE
/work/channels/{channel_id}
Delete one channel for everyone, leaving a non-restorable tombstone.
confirmationName must equal the channel’s own slug. This is not
reversible: the room’s history stays as an audit record but nobody can read
the channel again. The in-app surface spells this POST /v1/work/channels/{id}/delete; the verb here is DELETE because that is
what the operation is and what the scope derived for it means.
Authorizations
Parameters
Path Parameters
channel_id
required
Channel id or slug
string
Channel id or slug
Header Parameters
Idempotency-Key
Request Body required
object
confirmationName
required
string
Responses
200
Successful Response
object
data
required
The result of one channel write, with its idempotent-replay marker.
object
channel
Any of:
One Work channel as the room stores it.
object
memberUserIds
Any of:
Array<string>
null
participantAgentIds
Any of:
Array<string>
null
key
additional properties
any
null
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string