Skip to main content
DELETE
/
profile
/
{uuid}
/
picture
Delete a user profile picture
curl --request DELETE \
  --url {schemes}://api.upsun.com/profile/{uuid}/picture \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

The uuid of the user

Response

204

No Content success.

Last modified on March 11, 2026