NodiRef LogoNodiRef

/partners/:id

This endpoint sends an HTTP DELETE request to the specified partner ID to delete the partner data.

IMPORTANT

The Partner must not have been used, or else you cannot delete it, as it can have anti-fraud data attached, and referral resources such as Links, Rewards, Referrals, Conversions or other

Response

The response of this request is a JSON schema representing the structure of the response data. The schema will define the properties and their data types that will be returned upon successful deletion of the partner data.

DELETE/partners/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

Response Body

Successful response

curl -X DELETE "https://api.nodiref.com/partners/9ef54e02-35cc-42cd-a4b3-178c08a59581" \
  -H "Authorization: Bearer <token>"
Empty