Delete the specified SSO integration.
Request: DELETE https://api-<BlueCat.edge.url>/v1/api/ssoIntegrations/{id}
Authorization: Bearer authentication token
Successful response
204 NO CONTENT
Possible error codes:
- UNAUTHORIZED - Missing or invalid token
- FORBIDDEN - You are not authorized to perform this action
- NOT FOUND - SSO integration ID wasn't found
- INTERNAL SERVER ERROR - Unexpected error