curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/service-accounts/{service_account_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}DeleteServiceAccount deletes a ServiceAccount for the given Organisation.
curl --request DELETE \
--url https://platform.versori.com/api/organisations/v1/organisations/{organisation_id}/service-accounts/{service_account_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"cause": "<string>"
}