cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/profiles/{id}/avatar \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Delete the avatar image for a profile. This operation is idempotent - it will succeed even if no avatar exists.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Profile UUID
no avatar to delete (idempotent)