cURL
curl --request DELETE \ --url https://web.subly.app/api/v1/revenue/{id} \ --header 'x-api-key: <api-key>'
{ "error": "<string>" }
Permanently deletes a revenue item by its unique ID.
Documentation IndexFetch the complete documentation index at: https://docs.subly.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.subly.app/llms.txt
Use this file to discover all available pages before exploring further.
Your private API key for authentication. This key identifies your workspace for all requests.
The unique identifier of the revenue item.
Revenue item deleted successfully.
Was this page helpful?