Delete Entry
Delete a single entry in a Search Index. This API submits an asynchronous task.
This returns a task_id
which can be used to monitor thestatus of the task.
You must have permissions to write to the index.
Method |
DELETE |
URL |
/v1/index/<index_id>/entry |
Authentication required? |
Yes |
Required Roles |
You must have |
Response Body |
These scopes are valid for authenticated calls:
Authentication & Authorization
Tokens for this call must have one of these scopes.
urn:globus:auth:scope:search.api.globus.org:all urn:globus:auth:scope:search.api.globus.org:ingest
Parameters
Parameter Name | Required? | Description |
---|---|---|
subject |
Yes |
The subject containing the entry to be operated upon. The value takes the same form as the subject property of the GMetaEntry structure. The value should be url-encoded. |
entry_id |
No |
The entry_id of the entry to be operated upon, if it is not |