Unassign Channel
DELETE /inbox/channels/{channel_id}/assign
DELETE
/inbox/channels/{channel_id}/assign
Take ONE person off a conversation. The others keep it.
Authorizations
Parameters
Path Parameters
channel_id
required
Conversation id.
string
Conversation id.
Query Parameters
assignee_email
required
The person to take off.
string
The person to take off.
channel_type
required
Which channel the conversation lives in. REQUIRED: the same id means different rows in different channels, so this is what identifies the conversation, not a filter.
string
Which channel the conversation lives in. REQUIRED: the same id means different rows in different channels, so this is what identifies the conversation, not a filter.
Header Parameters
Responses
200
Successful Response
object
data
required
An open envelope for a comment, an assignment or a workspace.
Open because a comment carries attachment refs and mention metadata that grow, and because an assignment result reports per-assignee outcomes.
object
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