Actor Tokens

Revoke actor token

Revokes a pending actor token.

post/actor_tokens/{actor_token_id}/revoke

Path parameters

actor_token_idstring required

The ID of the actor token to be revoked.

Response

Success

object'actor_token' required
idstring required
status'pending' | 'accepted' | 'revoked' required
user_idstring required
actorobject required
tokenstring
urlstring
created_atinteger required

Unix timestamp of creation.

updated_atinteger required

Unix timestamp of last update.

Changes

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