Delete profile by ID or name

Delete a profile by its ID or by its name.

DELETE/profiles/{id_or_name}

Delete a profile by its ID or by its name.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id_or_name*string

Profile ID or profile name

Response

Profile deleted successfully

no response body.
curl -X DELETE "https://example.com/profiles/string"
Empty