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