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 641641 " active" ,
642642 " key_material_not_ready" ,
643643 " expired" ,
644- " deleting " ,
644+ " deleted " ,
645645 " key_material_unavailable"
646646 ],
647647 "type" : " string"
18871887 }
18881888 },
18891889 "/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+ },
18901920 "get" : {
18911921 "description" : " Returns the details for the given wrapping key." ,
18921922 "operationId" : " GetWrappingKey" ,
You can’t perform that action at this time.
0 commit comments