Resource

Delete Resource

DEL
Deletes an existing saved resource from a project.

Path parameters

typeenumRequired
Allowed values: entity
resourceIdstringRequired

Response

This endpoint returns an object
data
object
DEL
1curl -X DELETE https://api.sayari.com/v1/resource/entity/YWmNKV \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{
2 "data": {
3 "type": "entity",
4 "id": "YWmNKV",
5 "project": "YWmNKV",
6 "label": "HOME DEPOT, U. S. A., INC.",
7 "created": "2024-04-24 14:24:14.07741+00",
8 "updated": "2024-04-24 14:24:14.07741+00",
9 "updated_by": "auth0|5e45bd8caccd890e68147513",
10 "version": 0,
11 "entity_id": "n9SA4T_33tDmLtS8BhC6Zg",
12 "tag_ids": [],
13 "case_status": "not_assigned"
14 }
15}