Getting StartedAPI Reference
Getting StartedAPI Reference
Help Center
Login
  1. Comissions
  • Campaigns
    • Get All Campaigns
      GET
    • Get Campaign By ID
      GET
    • Create campaign
      POST
    • Update campaign
      PUT
    • Delete campaign
      DELETE
  • Affiliates
    • List affiliates
      GET
    • Get Affiliate By ID
      GET
    • Create Affiliate
      POST
    • Update Affiliate
      PUT
    • Delete Affiliate
      DELETE
  • Affiliate Links
    • Get Affiliate Link By Affiliate ID
      GET
    • Create Affiliate Link
      POST
    • Delete Affiliate Link
      DELETE
  • Comissions
    • Get All Commissions
      GET
    • Get Commission By ID
      GET
    • Create Commision
      POST
    • Update Commision
      PUT
    • Delete Commision
      DELETE
  • Referred Users
    • Get All Referred Users
      GET
    • Get Referred User by Email
      GET
    • Create Referred User
      POST
    • Update Referred User
      PUT
    • Delete Referred User
      DELETE
Getting StartedAPI Reference
Getting StartedAPI Reference
Help Center
Login
  1. Comissions

Delete Commision

DELETE
/comissions
Last modified:2025-12-30 08:55:02
Deletes an existing commission record using its unique identifier.
This endpoint permanently removes the commission from the system if it exists and the requester has the required permissions.
Use this endpoint only for invalid or mistakenly created commissions.
For financial reversals, use status updates (e.g., refunded) instead of deletion.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/comissions?commissionId=725cf3e1-c61d-4c3e-902d-6cdd5bbf7ee6' \
--header 'x-auth-referralstack: rs_live_e6761c15744c9be53be18802278fd3da751d03ce'

Responses

🟢200Success
application/json
Body

Example
{
    "status": 200,
    "message": "Commission deleted successfully"
}
🟠400Bad request (Missing CommissionId)
🟠401Unauthorized (Missing API Key)
Modified at 2025-12-30 08:55:02
Previous
Update Commision
Next
Get All Referred Users
Built with