curl --location --request DELETE 'https://api.stateset.com/v1/template/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id: "1234",
}'
{
"id": "<string>",
"object": "<string>",
"success": 123
}This endpoint deletes an existing template.
curl --location --request DELETE 'https://api.stateset.com/v1/template/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id: "1234",
}'
{
"id": "<string>",
"object": "<string>",
"success": 123
}curl --location --request DELETE 'https://api.stateset.com/v1/template/:id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id: "1234",
}'