Management API
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/connection-profiles/{id} \ --header 'Authorization: Bearer <token>'
Delete a single Connection Profile specified by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the connection-profile to delete.
Connection profile successfully deleted.