Bulk delete placements

Deletes one or more advertising placements in bulk.

Requires authentication.

Request

DELETE /placement

Headers

HeaderValue
AuthorizationBearer <token>

Query Parameters

ParameterTypeRequiredDescription
idsarrayYesArray of placement IDs to delete.

Example Request

DELETE /placement?ids[]=1&ids[]=2
Authorization: Bearer <token>

Response

Returns a confirmation on success.

Response
200

Deleted

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!