From f48c25085415e61b0b995273485af5be07572d71 Mon Sep 17 00:00:00 2001 From: songwenping Date: Mon, 20 Mar 2023 16:59:04 +0800 Subject: [PATCH] Add api ref for delete of attributes Change-Id: I18feb8445ecd8e823f72fe74a7fab80b87c7ed29 --- api-ref/source/attributes.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/api-ref/source/attributes.inc b/api-ref/source/attributes.inc index 0d984303..c6a76436 100644 --- a/api-ref/source/attributes.inc +++ b/api-ref/source/attributes.inc @@ -4,7 +4,7 @@ Attributes ++++++++++ -Lists, shows details, creates for attributes. +Lists, shows details, creates and deletes for attributes. A `attribute` represents the trait of a physical card like FPGA or GPU. @@ -102,3 +102,10 @@ Request **Example response: create an attribute** .. literalinclude:: ../../doc/api_samples/attributes/attributes-create-resp.json + +Delete One Attribute by uuid +---------------------------- + +.. rest_method:: DELETE /v2/attributes/{attribute_uuid} + +Delete an attribute. No query parameters required.