OAuth

Revoke a specific OAuth session by token ID.

Args: token_id: UUID of the OAuth token to revoke

Returns: 204 No Content on success 404 Not Found if session doesn't exist or doesn't belong to user

delete/oauth/sessions/{token_id}

Response

No Content

Changes

No recorded changes to this endpoint across all 5 revisions of this API.