# Delete custom profile picture for a shared dashboard Deletes the custom profile picture for a shared dashboard. The user must have access to the shared dashboard. For extra context visit: Sharing Context Endpoint: DELETE /v1/shared/custom/profile-picture Version: 0.9.0 Security: bearer ## Request fields (application/json): - `userId` (string) The ID of the user who shared the dashboard ## Response 200 fields (application/json): - `status` (string) Enum: "success" ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number)