Skip to content

Delete Profile

DELETE
/me/profile
curl --request DELETE \
--url https://example.com/me/profile \
--header 'Authorization: Bearer <token>'

Withdraw the profile consent: deletes gender/seeking/age data and every pair, so the user is no longer matched until they consent again.

Successful Response