Agents
Delete agent
Deletes the specified data agent. Once deleted, the data agent cannot be recovered.
DELETE
/
v1
/
agents
/
{agentId}
Authorizations
Headers
The external trace ID. The length ranges from 0 to 128 characters.
Path Parameters
The ID of the data agent you want to delete.
Response
200 - application/json
Status code. 0 indicates that the operation is successful. Otherwise, the operation fails. Possible error codes include:
- 100: Bad request.
- 201: Request frequency limit.
- 9999: Internal error.
- 100001: Invalid operation.
Null is returned when the operation is successful.