DELETE https://restapi.actonsoftware.com/api/1/footer/{id}
This endpoint allows you to delete a footer in the account.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization: | Header | False | Required | String | Insert your generated access token. ("Bearer {access token}") |
id | Path | False | Required | String | Specify the ID of the footer. |
Response
{ "status": "success", "message": "Footer 2 deleted." }
Code Examples
cURL
curl -X DELETE https://restapi.actonsoftware.com/api/1/footer/2 -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"