curl --request DELETE \
--url https://v1.api.flux-os.com/contracts/{id}/profit-shares/{profit_share_id} \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"message": "Profit share successfully deleted."
}Delete a profit share.
curl --request DELETE \
--url https://v1.api.flux-os.com/contracts/{id}/profit-shares/{profit_share_id} \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"message": "Profit share successfully deleted."
}