Main menu

DELETE /assets/{id}/plurals/{pid}.json

Unlinks a plural form of an existing asset

DELETE https://localise.biz/api/assets/{id}/plurals/{pid}.json 

Reverts an asset from being a plural form to being a singular asset on its own.

This action does not delete any assets.

URI parameters

pid

ID of asset to unlink

string required
id

Asset ID

string required
key

API key - required if not sent in Authorization header

string optional

Request headers

Authorization

API key sent as "Loco <key>" or "Basic <encoded>". See Authentication.

string required if not in query

Response

A single JSON-encoded Success object, which takes the following form:

{
    "status": 0, // HTTP status 2xx code
    "message": "", // Descriptive success message
}  

Try it

Open in test console »


« /api/assets