Response type
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_secret_v3_DeleteResponse", "title": "pwa_secret_v3_DeleteResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "status_code" ] }