Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Delete objects of certain IDs in batch.
DELETE /api/object?objids=M1234567&objids=X1234567
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.