cURL
curl --request DELETE \
--url https://api.getprofile-ai.com/v1/profile/{id} \
--header 'Authorization: Bearer <token>'This response has no body data.Profile API
Delete Profile
Deletes a profile from the GetProfile API by its ID
DELETE
/
v1
/
profile
/
{id}
cURL
curl --request DELETE \
--url https://api.getprofile-ai.com/v1/profile/{id} \
--header 'Authorization: Bearer <token>'This response has no body data.⌘I