Delete the stored custom profile picture for a platform user
Security
bearerToken
- Productionhttps://api-v2.dash.app/platform/users/{id}/profile-picture
- Staginghttps://api-v2.dashstaging.app/platform/users/{id}/profile-picture
curl -i -X DELETE \
'https://api-v2.dash.app/platform/users/{id}/profile-picture' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'