Agent Management

Bulk delete Agents

Delete multiple agents by their IDs. Only the creator can delete their agents.

delete/v1/agents/bulk-delete

Request body

agent_idsstring[] required

The list of agent IDs to delete.

Response

Successful Response

messagestring required

Summary of the deletion operation.

deleted_idsstring[]

IDs of the agents that were successfully deleted.

error_detailsobject[] nullable

Details of agents that failed to be deleted.

Changes

Changed in 3 of the 23 revisions of this API.16

    • added the optional property to the response with the status

      response-optional-property-added

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

  • c9a09aaa623614See the full diff
    • the response's body type changed from no type to object for status

      response-body-type-changed

    • api tag Agent Management added

      api-tag-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the required property to the response with the status

      response-required-property-added

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

    • endpoint added

      endpoint-added

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