Request body
json
{} (no request body)API Endpoint
Delete a slug policy template when it is safe to remove.
DELETE /management/slugs/{name}
Use these endpoints from internal tooling or your frontend backend to manage slug policy templates, provisioning API keys, and webhook endpoint configuration. Management routes require the management bootstrap key configured via MANAGEMENT_API_KEYS or MANAGEMENT_API_KEY.
curl -sS -X DELETE http://localhost:8080/management/slugs/legacy-beta \
-H "Authorization: Bearer management_key_dev_123456"{} (no request body){
"deleted": true
}deleted
boolean
True when deletion succeeds.
Invalid slug name format in path.
Missing or invalid management API key.
Slug not found.
Slug cannot be deleted (default or in-use).
Unexpected server or storage error.