REST API
cURL
curl --request DELETE \ --url https://api-joy.joyfill.io/v1/users/{identifier}
"{\n \"deleted\": \"Boolean\",\n \"identifier\": \"String\"\n}"
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
200
"Boolean"
"String"
Was this page helpful?