cURL
curl --request DELETE \ --url https://app.aegister.com/api/v1/organizations/{id}/branding/logo \ --header 'X-Aegister-Token: <api-key>'
{ "error": 123, "messages": [ "<string>" ], "data": {} }
Remove the logo and favicon for an organization. Clears the logo_url and favicon_url from branding data and removes the files from storage.
Logo deleted successfully