Skip to main content
DELETE
/
api
/
agent
/
readylinks
/
{id}
Soft-delete a ReadyLink
curl --request DELETE \
  --url https://app.auditynow.com/api/agent/readylinks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "Unauthorized"
}

Documentation Index

Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt

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

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Path Parameters

id
string<uuid>
required

The ReadyLink's UUID.

Response

ReadyLink deleted