Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Program ID from which to remove entities
Query Parameters
Comma-separated list of entity IDs to delete
Example:
"1,2,3"
Response
200 - application/json
Entities successfully removed
Example:
"Successfully Removed"