Skip to main content
DELETE
/
users
/
{identifier}
Delete a user
curl --request DELETE \
  --url https://api-joy.joyfill.io/v1/users/{identifier}
"{\n  \"deleted\": \"Boolean\",\n  \"identifier\": \"String\"\n}"

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Response

200 - text/plain

200

deleted
string
Example:

"Boolean"

identifier
string
Example:

"String"