Changes to Delete Agent

DELETE /api/v1/agents/{id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 11 revisions of this API.333

  1. ba253fbf08a71
  2. b0e6563d3fce331
  3. 4f3d96fe26561

What changed

    • added the non-success response with the status 403

      response-non-success-status-added

  • b0e6563d3fce331See the full diff
    • the code response property const value INTERNAL_SERVER_ERROR was removed for the status 500

      response-property-const-removed

    • the code response property const value NOT_FOUND was removed for the status 404

      response-property-const-removed

    • the code response property const value UNAUTHORIZED was removed for the status 401

      response-property-const-removed

    • added the new INTERNAL_SERVER_ERROR enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new NOT_FOUND enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new UNAUTHORIZED enum value to the code response property for the response status 401

      response-property-enum-value-added

    • api operation id deleteApiV1AgentsById removed and replaced with

      api-operation-id-removed

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

    • endpoint added

      endpoint-added