Skip to main content
DELETE
/
api
/
agent
/
assessment-configs
/
{id}
Delete an assessment config
curl --request DELETE \
  --url https://app.auditynow.com/api/agent/assessment-configs/{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 assessment config's UUID.

Response

Config deleted