Light Mode
Delete Export Template
DELETE
/exports/templates/{template_id}Last modified: 16 days ago
This endpoint allows you to delete a custom export template by passing the template_id
as the path parameter.
Request
Path Params
template_id
integer
required
Template ID. List of Export Templates can be found here
Example:
3155923424
Request samples
Responses
Deleted Successfully(200)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 200,
"success": true,
"data": {
"message": "template deleted successfully"
}
}
Last modified: 16 days ago