cURL
curl --request DELETE \ --url https://api.getprofile-ai.com/v1/profile/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Deletes a profile from the GetProfile API by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of profile to delete