Skip to main content
DELETE
/
v1
/
models
/
projectteam
/
{id}
/
claim
Release projectteam claim
curl --request DELETE \
  --url https://api.abloatai.com/v1/models/projectteam/{id}/claim \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "released": true
}

Authorizations

Authorization
string
header
required

API key (sk_live_…) or a scoped capability token. The same header carries both — the server discriminates by token shape.

Path Parameters

id
string
required

Record id.

Response

200 - application/json

Released (or nothing to release).

ok
boolean
released
boolean