File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 641
641
" active" ,
642
642
" key_material_not_ready" ,
643
643
" expired" ,
644
- " deleting " ,
644
+ " deleted " ,
645
645
" key_material_unavailable"
646
646
],
647
647
"type" : " string"
1887
1887
}
1888
1888
},
1889
1889
"/v1beta/projects/{projectId}/regions/{regionId}/keyrings/{keyRingId}/wrappingkeys/{wrappingKeyId}" : {
1890
+ "delete" : {
1891
+ "description" : " Deletes the given wrapping key" ,
1892
+ "operationId" : " DeleteWrappingKey" ,
1893
+ "responses" : {
1894
+ "204" : {
1895
+ "description" : " Deletion was scheduled successfully."
1896
+ },
1897
+ "400" : {
1898
+ "$ref" : " #/components/responses/badRequest"
1899
+ },
1900
+ "401" : {
1901
+ "$ref" : " #/components/responses/unauthorized"
1902
+ },
1903
+ "404" : {
1904
+ "$ref" : " #/components/responses/notFound"
1905
+ },
1906
+ "500" : {
1907
+ "$ref" : " #/components/responses/internalServerError"
1908
+ }
1909
+ },
1910
+ "summary" : " Delete wrapping key" ,
1911
+ "x-stackit-authorization" : {
1912
+ "actions" : [
1913
+ " kms.keyring.update"
1914
+ ],
1915
+ "resource-id" : " projectId" ,
1916
+ "resource-id-type" : " dynamic" ,
1917
+ "resource-type" : " project"
1918
+ }
1919
+ },
1890
1920
"get" : {
1891
1921
"description" : " Returns the details for the given wrapping key." ,
1892
1922
"operationId" : " GetWrappingKey" ,
You can’t perform that action at this time.
0 commit comments