Skip to main content
POST
/
auth
/
revokedTokens
Revoke active tokens
curl --request POST \
  --url https://api.guile.app/auth/revokedTokens \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "type": "unauthorized",
  "title": "<string>",
  "status": 349,
  "occurredAt": "2023-11-07T05:31:56Z",
  "detail": "<string>",
  "instance": "<string>",
  "problems": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "unauthorized",
      "title": "<string>",
      "status": 349,
      "occurredAt": "2023-11-07T05:31:56Z",
      "detail": "<string>",
      "instance": "<string>"
    }
  ]
}

Response

No Content. The operation succeeded but returned no response body.