curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}DeleteSigningKey deletes the signing key for the Organisation.
Any existing JWTs signed by this key will be invalidated and will no longer be accepted by the Versori platform.
curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.