Checkio API
delete/v1/my/profile/picture

Delete profile picture

Requires Authentication
My

Removes the current user's profile picture

Responses

Profile picture deleted successfully

Code Examples

curl -X DELETE 'https://api-next.checkio.co.uk/v1/my/profile/picture' \
  -H 'Authorization: Bearer {token}'