cURL
curl --request DELETE \ --url https://api.photalabs.com/v1/phota/profiles/{profile_id} \ --header 'X-API-Key: <api-key>'
{ "profile_id": "<string>", "status": "<string>" }
Permanently delete a profile and all associated data.
Successful Response
Response confirming a profile has been permanently deleted.
Identifier of the deleted profile.
Result status, e.g. 'ok'.