Skip to main content
DELETE
/
v1
/
templates
/
{templateID}
Delete template
curl --request DELETE \
  --url https://api.hopx.dev/v1/templates/{templateID} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

API key for authentication (format: sk_live_...)

Path Parameters

templateID
string
required

Template ID

Response

Template deleted successfully

The response is of type object.