Delete Agent

Delete Agent API

This API endpoint is used to delete an agent.

Request Body

  • userExtension (text, required): The extension number to dial to reach this user.
  • format (text): The format of the response.

Response

The response for this request is a JSON object with the following properties:

  • success (string): Indicates the success status of the operation.
  • message (string): Provides additional information or error message.

Example

{
    "success": "",
    "message": ""
}

Language
Credentials
Header
Click Try It! to start a request and see the response here!