[lightMode]
Delete Export Template
DELETE
/exports/templates/{template_id}[updatedIn] 22 days ago
This endpoint allows you to delete a custom export template by passing the template_id
as the path parameter.
Request
[message.pathParameter]
template_id
integer
required
Template ID. List of Export Templates can be found here
Example:
3155923424
Request samples
[api.label.responses]
Deleted Successfully(200)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
[response.label.jsonSchema]
status
number
optional
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
success
boolean
optional
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
data
object
optional
message
string
optional
A text or data communication generated by a system or application in response to a request.
[api.label.example]
{
"status": 200,
"success": true,
"data": {
"message": "template deleted successfully"
}
}
[updatedIn] 22 days ago