Skip to main content
DELETE
/
api
/
v1
/
styleguides
Delete Style Guides
curl --request DELETE \
  --url https://eu.phrase.com/styleguide/api/v1/styleguides \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "deletedCount": 123,
  "failures": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "errorMessage": "<string>",
      "name": "<string>"
    }
  ]
}

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

JWT from IDM (Authorization: Bearer )

Body

application/json
ids
string<uuid>[]
required
Maximum array length: 50

Response

Style Guides deleted successfully (partial success possible)

deletedCount
integer<int32>
failures
object[]