Skip to main content
DELETE
/
api
/
profile-picture
/
delete
Delete profile picture
curl --request DELETE \
  --url https://serengo.zias.be/api/profile-picture/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
userId
string
required

Response

204

Profile picture deleted