Skip to main content
DELETE
/
v1
/
aiChecks
/
{uid}
Delete AI Check
curl --request DELETE \
  --url https://eu.phrase.com/quality-evaluator/v1/aiChecks/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "type": "urn:problem-type:unauthorized",
  "title": "Unauthorized",
  "status": 401,
  "detail": "Valid credentials were not supplied"
}

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

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

Authorizations

Authorization
string
header
required

Use a Bearer token obtained from Phrase Platform authentication. See the Authentication guide for details on how to obtain a token.

Path Parameters

uid
string
required

Unique identifier of the AI Check.

Example:

"6804a3f2e1b2c3d4e5f60789"

Response

AI Check deleted successfully.