template_id
as the path parameter.exports.read_write
- Exports Read & WriteAuthorization: Bearer ********************
curl --location --request DELETE 'https://api.salla.dev/admin/v2/exports/templates/3155923424' \
--header 'Authorization: Bearer <token>'
{
"status": 200,
"success": true,
"data": {
"message": "template deleted successfully"
}
}