Skip to main content
DELETE
/
api
/
rankings
/
{rankingId}
Delete Ranking
curl --request DELETE \
  --url https://api.cludo.com/api/rankings/{rankingId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "unauthorized"
}

Authorizations

Authorization
string
header
required

Basic authentication. Use your Customer ID as the username and API Key as the password. Example header: Authorization: Basic MTIzNDU2NzpteS1hcGkta2V5.

Path Parameters

rankingId
integer
required

Numeric id of an existing ranking rule set.

Response

Ranking deleted successfully.