Comment on page
Delete commission
Permanently deletes a commission. Financial stats for the associated affiliate and campaign will be recalculated.
Deleting a commission is permanent and cannot be reversed.
Method | URL |
DELETE | https://api.getrewardful.com/v1/commissions/:id |
curl --request DELETE \
--url https://api.getrewardful.com/v1/commissions/39e68c88-d84a-4510-b3b4-43c75016a080 \
-u YOUR_API_SECRET:
Success
Failure
Response code | Body |
200 | JSON object confirming the operation succeeded. |
{
"object": "commission",
"id": "39e68c88-d84a-4510-b3b4-43c75016a080",
"deleted": true
}
Last modified 3yr ago