PPylon Developers
ApiContent Items

Bulk Reject Content Items

POST
/api/admin/v1/content/items/bulk-reject
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/api/admin/v1/content/items/bulk-reject" \  -H "Content-Type: application/json" \  -d '{    "contentItemIds": [      "9c704a11-5ffb-439e-b319-5be9840cd71b"    ]  }'
0