Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The agent ID
Response
No content
curl --request DELETE \
--url https://api.comm.com/api/v1/voice/agents/{agent} \
--header 'Authorization: Bearer <token>'
null
curl --request DELETE \
--url https://api.comm.com/api/v1/voice/agents/{agent} \
--header 'Authorization: Bearer <token>'
null
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The agent ID
No content