curl --request DELETE \
--url 'https://api.nsr.stateset.com/api/v1/constraints/{id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Delete a constraint
Required scope: admin
DELETE
/
api
/
v1
/
constraints
/
{id}
curl --request DELETE \
--url 'https://api.nsr.stateset.com/api/v1/constraints/{id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Required scope:
admin
Path parameters
string
required
Constraint ID
Response
No response body. Constraint deleted.Status codes
| Code | Meaning |
|---|---|
204 | Constraint deleted |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | Constraint not found |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request DELETE \
--url 'https://api.nsr.stateset.com/api/v1/constraints/{id}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
Last modified on August 31, 2026