Revoke a Secret
Permanently revokes a secret. The secret can no longer be used for verification and cannot be rotated.Path Parameters
| Parameter | Type | Description |
|---|---|---|
recipientId | string | The recipient ID |
secretId | string | The secret ID to revoke |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
401 | Missing or invalid API key |
404 | Recipient or secret not found |
409 | Secret has already been revoked |