Delete relationships for an entity type

delete/admin/data/{type}/relationships

Deletes all relationships relating to the entity or transaction type. This does not apply to relationships involving resolved entities. This operation cannot be undone without first making a backup of the indexed data directly from the underlying search engine.

Request Samples

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
type
string
true

The name of the type.

Query Parameters

NameTypeRequiredDescription
waitForRefresh
boolean
false

Whether to wait for any index-related operations to be applied prior to the response being returned.

Default:
false

Responses

StatusMeaningDescription
204No Content

The request succeeded.

400Bad Request

The request is malformed or contains invalid parameter values.

Schema