cURL
curl --request DELETE \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/jwt-keys/{keyId} \ --header 'X-Api-Key: <api-key>'
This response does not have an example.
Permanently deletes a JWT key from the specified project
Ampersand Project ID or name.
The JWT key ID.
JWT key deleted successfully (no content)
Was this page helpful?