Skip to main content
POST
/
api-keys
/
{id}
/
revoke
Revoke API key
const options = {method: 'POST'};

fetch('https://api.dolfinai.co/api-keys/{id}/revoke', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

id
string<uuid>
required

Response

No Content