DELETE /v1/resource-groups/{id}

Delete the specified Redpanda resource group.

Path parameters

  • id string Required

    ID of resource group to delete.

Responses

  • 204 application/json

    Resource group deleted successfully

  • 404 application/json

    Not Found

    Hide response attributes Show response attributes object
    • code string(int32)

      RPC status code, as described here.

      Values are OK, CANCELLED, UNKNOWN, INVALID_ARGUMENT, DEADLINE_EXCEEDED, NOT_FOUND, ALREADY_EXISTS, PERMISSION_DENIED, UNAUTHENTICATED, RESOURCE_EXHAUSTED, FAILED_PRECONDITION, ABORTED, OUT_OF_RANGE, UNIMPLEMENTED, INTERNAL, UNAVAILABLE, or DATA_LOSS.

    • details array[object]

      A list of messages that carries the error details.

      Details of the error.

      Details of the error.

      One of:
    • message string

      Detailed error message. No compatibility guarantees are given for the text contained in this message.

DELETE /v1/resource-groups/{id}
curl \ --request DELETE 'https://api.redpanda.com/v1/resource-groups/{id}' \ --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{ "code": "OK", "details": [ { "@type": "type.googleapis.com/google.rpc.BadRequest", "field_violations": [ { "description": "string", "field": "string", "localized_message": { "locale": "string", "message": "string" }, "reason": "string" } ] } ], "message": "string" }