Add-Ons

Delete Add-On

Deletes an add-on by ID. The request is rejected if any Kong plugins are still referencing the managed cache add-on — remove those plugin references before deleting.

delete/v2/cloud-gateways/add-ons/{addOnId}

Path parameters

addOnIdstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

ID of the add-on to operate on.

Response

No Content

Changes

Changed in 2 of the 75 revisions of this API.141

  • c5d7b6bc7ab114See the full diff
    • the response's body type/format changed from object/ to / for status 401

      response-body-type-changed

    • removed the optional property detail from the response with the 401 status

      response-optional-property-removed

    • removed the optional property instance from the response with the 401 status

      response-optional-property-removed

    • removed the optional property status from the response with the 401 status

      response-optional-property-removed

    • removed the optional property title from the response with the 401 status

      response-optional-property-removed

    • endpoint added

      endpoint-added