Description
Delete a specific agent.
Request
HTTP Method: DELETE
Parameter | Description |
---|---|
id | ID of the agent |
curl -X DELETE \
https://<tenant-name>.tines.io/api/v1/agents/<agent-id> \
-H 'content-type: application/json' \
-H 'x-user-email: <email-address>' \
-H 'x-user-token: <api-token>'
Response
A successful request will return an empty response with a 204
status code.