# Delete user picture Deletes the profile picture of the authenticated user by JWT. Endpoint: DELETE /users/me/picture Version: v1 Security: Bearer ## Response 403 fields (application/json): - `error` (object, required) - `error.code` (string, required) Error code. Example: "003-061" - `error.description` (string, required) Error description. Example: "Object not found." - `error.details` (object) Additional information. ## Response 204 fields