Skip to content

Delete an organization's avatar. It will be replaced by a default one

DELETE
/orgs/{org}/avatar
org
required
string

Name of the organization

APIEmpty is an empty response

Media type application/json

APINotFound is a not found error response

Media type application/json
object
errors
Array<string>
message
string
url
string
Example generated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}