Response
OK
curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/keys/{key_id}
This response does not have an example.
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}
This response does not have an example.