Delete From Collection
Last updated
Last updated
This endpoint can be used to delete on or more documents from a MyLINK Connect Database Collection.
To successfully invoke this endpoint :
A must be created and sent in the header.
An active Database package must be active on the target account.
The desired must exist and must be flagged as .
The following request shows how to delete a single document from a MyLINK Connect Database Collection:
can be used on the request in place of <DOCUMENT ID> to delete multiple documents with a single call.
If successful, this call will return the number of documents that were deleted.
This endpoint will reply with the following standard HTTP codes.
Code
Meaning
200
Ok. The request has been successfully fulfilled.
400
Bad Request. The call does not contain the data required to be fulfilled.
404
Not Found. The specified collection has not been found.
403
Unauthorized. The specified collection cannot be access through API