Skip to main content
DELETE
/
v1
/
phota
/
profiles
/
{profile_id}
Delete Profile
curl --request DELETE \
  --url https://api.photalabs.com/v1/phota/profiles/{profile_id} \
  --header 'X-API-Key: <api-key>'
{
  "profile_id": "<string>",
  "status": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

profile_id
string
required

Response

Successful Response

Response confirming a profile has been permanently deleted.

profile_id
string
required

Identifier of the deleted profile.

status
string
required

Result status, e.g. 'ok'.