Skip to main content
DELETE
/
connection-profiles
/
{id}
Delete Connection Profile
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/connection-profiles/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the connection-profile to delete.

Response

Connection profile successfully deleted.