ライトモード
Delete Export Template
DELETE
/exports/templates/{template_id}最終更新: 19 days ago
This endpoint allows you to delete a custom export template by passing the template_id
as the path parameter.
Request
Pathパラメータ
Request samples
Response
Deleted Successfully(200)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
データ構造
No schema defined
例
{
"status": 200,
"success": true,
"data": {
"message": "template deleted successfully"
}
}
最終更新: 19 days ago