RevokeApiKey permanently deactivates an API key. Once revoked, the key can no longer be used for authentication. This action is irreversible.
Documentation Index
Fetch the complete documentation index at: https://docs.sdk.anghami.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer token. Required for all key management operations. Format: Bearer <access_token>.
"Bearer eyJhbGciOiJSUzI1NiIs..."
Unique identifier of the API key to revoke.
RevokeApiKeyRequest is the request message for permanently revoking an API key. Once revoked, the key can no longer be used for authentication.
Unique identifier of the API key to revoke.
Successful response
RevokeApiKeyResponse is the response message confirming the key has been revoked.
ApiKey represents a developer API key used for server-to-server authentication. API keys are passed in the x-api-key HTTP header and are billed per key. The full secret is only returned on creation and rotation.