Revoke the user’s active authentication and refresh tokens, effectively logging them out of the system.
cURL
curl --request POST \ --url https://api.guile.app/auth/revokedTokens \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "title": "<string>", "occurredAt": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": 349, "detail": "<string>", "instance": "<string>", "attributes": {}, "problems": [ { "type": "<string>", "title": "<string>", "occurredAt": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": 349, "detail": "<string>", "instance": "<string>", "attributes": {} } ] }
No Content. The operation succeeded but returned no response body.