Delete Term
DELETE/agents/:agent_id/terms/:term_id
Deletes a term from the agent.
Deleting a non-existent term will return 404. No content will be returned from a successful deletion.
Request
Responses
- 204
- 404
- 422
Term successfully deleted. No content returned
Term not found. The specified agent_id
or term_id
does not exist
Validation Error