Delete entities

This page describes how to delete a custom entity using the Management API.

For more information about the Entity Detection feature, see Entity Detection.

Authentication

This request requires an access token, as described in Authenticate.

Delete custom entity

To delete a custom entity, use the following operation:

DELETE https://api.symbl.ai/v1/manage/entities/{entityId}

To make this request from the API reference, see Delete custom entity.

Delete custom entity by subtype

To delete a custom entity by its subtype, use the following operation and include the subType query parameter:

DELETE https://api.symbl.ai/v1/manage/entities

To make this request from the API reference, see Delete custom entity by subtype.