Skip to main content
DELETE
/
v1
/
qualityProfiles
/
{uid}
Delete Quality Profile
curl --request DELETE \
  --url https://eu.phrase.com/quality-evaluator/v1/qualityProfiles/{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 Quality Profile.

Example:

"6804b1c2d3e4f5a6b7c80123"

Response

Quality Profile deleted successfully.