Delete a test agent

Deletes a test agent

DELETE /manage/agents/{agentId}

URI Parameters

Name In Type Description

agentId

Path

string

Id of the test agent

Responses

Name Type Description

204 No Contnet

Null

No response body is returned

Security

Every request requires a JWT access token for authentication in the Authorisation HTTP header. Please see the API authentication page for details about how to get a JWT token.

Authorization: Bearer {JWT_TOKEN}

Roles

  • Wenenu Owner

  • Wenenu Test Agent Administrator

Sample request

DELETE https://wenenu.com/manage/agents/20b050c1b115543a6d3634034f08f46c43b604b0a89bbb705363344289c40a80 HTTP/1.1
Authorization: Bearer {jwt_token}

Sample Response

Status code: 204