Skip to content
AbloAblo
Esc
navigateopen⌘Jpreview

Revoke a capability

DELETE/v1/capabilities/{id}
Path parameters
idstringrequired
The record id.
Responses
200Revoked.
404No such capability.
typestringrequired
Coarse error class (e.g. `AbloValidationError`, `AbloPermissionError`).
codestring
Stable machine code for the specific error.
paramstring
Offending model/field path, when parameter-specific.
messagestringrequired
Human-readable explanation.
doc_urlstring
Link to the docs page for this code.
request_idstring
Request correlation id, echoed on the `x-request-id` response header.
Request
curl -X DELETE "https://api.abloatai.com/api/v1/capabilities/string"
Response
Revoked.