delete https://api-smartflo.tatateleservices.com/v1/schedule_call/
This API allows you to delete an existing scheduled call.
Sample Request
This API allows you to delete an existing scheduled call.
curl --request DELETE \
--url https://api-smartflo.tatateleservices.com/v1/schedule_call/id \
--header 'accept: application/json'
📘Important
Before we begin, note that the * sign denotes the mandatory variables in each table.
Request Variables (Path Params)
Variable Name | Description | Data Type |
---|---|---|
id | Unique ID of the scheduled calls | String |
Response Variables
After the execution of the API, you will get the following response:
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 |