Skip to content
OpenPostDocs
OpenPostDocs
Auth

Remove current user profile avatar

DELETE/auth/profile/avatar

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/auth/profile/avatar"
{  "$schema": "https://example.com/api/v1/schemas/RemoveAvatarOutputBody.json",  "removed": true}