NodiRef LogoNodiRef
Projects/Id

/projects/:id

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

IMPORTANT

The Project must not have been used, or else you cannot delete it, as it can have anti-fraud data attached, and referral resources such as Partners, 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 project data.

DELETE/projects/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

Response Body

Successful response

curl -X DELETE "https://api.nodiref.com/projects/9eb764e6-c87b-4229-9326-866ca32b6b68" \
  -H "Authorization: Bearer <token>"
Empty