Delete Criteria
This guide describes how to use the Management API Delete Criteria operation to delete a scorecard.
Authentication
Before using this API, you must generate your authentication token (AUTH_TOKEN) as described in Authenticate.
Use cases
- You created a criteria and need to delete one.
NOTE: You can only delete a criteria when it is not associated with a scorecard.
Delete Criteria
Submit a request to delete a criteria:
DELETE https://api.symbl.ai/v1/manage/callscore/criteria/{criteriaId}
Sample Response
//No response body
Response code (success) is 204
Updated 4 months ago