Revoke a WebSocket secret
Realtime
Revoke a WebSocket secret
Permanently revokes a WebSocket secret and terminates any live socket currently authenticated with it. The caller may only revoke secrets they own. Returns 204 No Content on success. Requires a Nevermined API key. Requires active organization membership. Requires the organization to be on the Enterprise tier.
DELETE
Revoke a WebSocket secret
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization ID
Example:
"org-abc123"
Identifier of the WebSocket secret to revoke
Example:
"rts-3f2b8c1d"
Response
Secret revoked; no response body
Related topics
Generate a WebSocket secretRotate a WebSocket secretList the caller's own WebSocket secretsActivity & EventsAPI error codes