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"
}

Documentation Index

Fetch the complete documentation index at: https://cludo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.