Agents

Delete a certain agent.

Delete an agent (formerly known as project) by its unique project ID. This endpoint allows you to remove an existing agent from the system based on its ID. Here is an example to delete an agent: API SDK.

delete/api/v1/projects/{projectId}

Path parameters

projectIdinteger required

The unique identifier of the agent (formerly known as project).

Response

Agent deleted successfully

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "deleted": true
  }
}

Changes

Changed in 3 of the 9 revisions of this API.410

  • b80e6dfcf78d24See the full diff
    • added the new Agent id is required enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new Agent with id {projectId} not found enum value to the / response property for the response status

      response-property-enum-value-added

    • api tag Agents added

      api-tag-added

    • api tag Projects removed

      api-tag-removed

    • removed the Project id is required enum value from the / response property for the response status

      response-property-enum-value-removed

    • removed the Project with id {projectId} not found enum value from the / response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status

      response-non-success-status-added

    • added the new Project id is required enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new Project with id {projectId} not found enum value to the / response property for the response status

      response-property-enum-value-added

    • api tag Projects added

      api-tag-added

    • api tag Agents removed

      api-tag-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the Agent id is required enum value from the / response property for the response status

      response-property-enum-value-removed

    • removed the Agent with id {projectId} not found enum value from the / response property for the response status

      response-property-enum-value-removed

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog