protolabs42

Delete a fill

Remove an identity-role assignment.

DELETE
/fills/{id}

Remove an identity-role assignment.

Authorization

bearerAuth
AuthorizationBearer <token>

API key obtained via invite redemption or SIWE login

In: header

Path Parameters

id*string

Fill ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://chorus.runclaw.run/fills/string"
{
  "deleted": true,
  "meta": {
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}