Skip to main content
DELETE
/
api
/
develop
/
v1
/
customer-project-templates
/
{id}
Delete a customer project template by id.
curl --request DELETE \
  --url https://api.example.com/api/develop/v1/customer-project-templates/{id} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "error": "<string>"
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

id
string
required

The id of the project template to delete.

Pattern: ^[0-9a-f]{24}$

Response

Success