delete https://api-smartflo.tatateleservices.com/v1/dialer/agent_script/
This API allows you to delete a particular agent script
Use this API to delete a particular agent script. Remove an agent script if any of the following is true:
- If it is no longer needed or is no longer a member of the team
- If any duplicate has been created
- If created mistakenly
Sample Request
This API allows you to delete an existing Agent Script.
curl --request DELETE \
--url https://api-smartflo.tatateleservices.com/v1/dialer/agent_script/id \
--header 'accept: application/json'
š Important!
Before we begin, note that the * sign denotes the mandatory variables in each table.
Request Variables (Path Params)
The following parameter is required to delete a particular agent script:
Variable Name | Description | Data Type |
---|---|---|
id* | ID of the user. | String |
Response Variables
The response returned is as following:
Variable Name | Description | Data Type |
---|---|---|
Success | The request success status, the possible values are: True (default) for success. False for failure. | Boolean |
Message | The message corresponding to the success status. For example, in 400 Response where the "success" variable pops as True, the message displayed is shown here. | String |
Error | The error type is shown is here, if any variable input is not selected properly. | Object |