Skip to main content
DELETE
/
v0
/
organizations
/
{organization_id}
/
photo
curl --request DELETE \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/photo' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
integer
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/photo' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}