team
parameter.curl --location --request DELETE 'https://api.gigstack.io/v2/invoices/?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"motive": "02",
"substitution_uuid": "12345678-1234-1234-1234-123456789012"
}'
{
"message": "Operation completed successfully",
"data": {}
}