POST
/users.deletePhotoDelete the authenticated user's profile photo
Deletes the profile photo associated with the authenticated user. Send the required authentication token in the form body to authorize removal of the current photo.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Form data containing the authentication credential required to delete the authenticated user's profile photo.
tokenstringrequired
Authentication token. Requires scope: `users.profile:write`
200Confirms that the authenticated user's profile photo was deleted.
okbooleanrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
token is required and must have the users.profile:write scope. Submit the form body using the expected form-encoded format and provide a valid authentication token.