DELETE https://api.actonsoftware.com/api/1/logo/{id}
This endpoint allows you to delete a logo in the account.
Customers wanting to access our API via our gateway in the EU can use this link:
DELETE https://api-eu.actonsoftware.com/api/1/logo/{id}
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization | header | false | true | String | Insert your generated access token. ("Bearer {access token}") |
LogoId | path | false | required | string | Specify the ID of the logo. |
Response
{ "status": "success", "message": "Logo i-5 has been deleted" }
Code Examples
cURL
curl -X DELETE https://api.actonsoftware.com/api/1/logo/i-5 -H "Authorization: Bearer 8fc4376a-e7e8-3df8-b635-ee1762f14095"