Skip to content

Delete Profile Picture

DELETE
/auth/upload/picture

Delete user's profile picture from cloud storage and database.

Authorizations

SessionAuth

Session ID for authenticated requests

Type
API Key (header: X-Session-ID)

Responses

Picture deleted successfully

application/json
JSON
{
  
"success": true,
  
"message": "Picture deleted successfully"
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI