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>"
}