Request body
json
{} (no request body)API Endpoint
Archive 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 inspect licenses, manage slug policy templates, provisioning API keys, webhook endpoint configuration/logs, and offline JWT signing keys. 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 has non-revoked, non-expired licenses).
Unexpected server or storage error.