Delete collection (deletecollection)

Create a new style guide collection.

Request

Use the shared HTTP API endpoint and request formats.

See HTTP API Overview.

Parameters

Parameter
Type
Required
Default
Notes

cmd

string

Yes

style_guide

Command name.

action

string

Yes

deletecollection

Action name.

collection

string

Yes

The name of the collection to be deleted.

lang

string

No

common

Language scope to delete the collection in (example: en_US or en).

Behavior

  • Delets an existing collection in the target lang scope.

  • Returns the deleted collection info in result.

Response

Single result object containing deleted collection with it's category and lang .

See Response schema.

Errors

See

Examples

Request URL (on-premises)
Request URL (Cloud)
Request CURL (on-premises)
Request CURL (Cloud)

Response

Last updated

Was this helpful?