Unassign/delete agent ownership from an account
Unassign/delete agent ownership from an account
Removes the agent→account ownership mapping so the agent can later be assigned to the same or a different account. Caller must own the agent, or provide a valid X-Admin-Token.
Authentication
X-App-Idstring
Your MessageBlue App ID, sent in clear on every request. It is paired with request signing: each request is also signed with your App Secret (see the Authentication tag). The App Secret itself is NEVER transmitted — it is only the HMAC signing key.
Path parameters
phoneNumber
Response
Agent unassigned
ok
data
Endpoint-specific payload wrapped in a standard success envelope.
meta
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
