cURL
curl --request DELETE \ --url https://api.smokeball.com/matters/{matterId}/fees/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Deletes a fee.
Documentation IndexFetch the complete documentation index at: https://docs.smokeball.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.smokeball.com/llms.txt
Use this file to discover all available pages before exploring further.
When request is accepted. Returns a hypermedia 'Link' object of the fee to be deleted.