This action is irreversible. Commissions with status paid cannot be deleted. A webhook event will be emitted before deletion.
Path Parameters
The unique identifier of the commission to delete
Response
The response confirms successful deletion.
Always true for successful deletions
Confirmation message: "Commission deleted successfully"
curl -X DELETE "https://api.affonso.io/v1/commissions/com_abc123" \
-H "Authorization: Bearer sk_live_your_api_key"
{
"success": true,
"message": "Commission deleted successfully"
}