{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeleteResponse", "description": "DeleteResponse schema from Palo Alto Networks Strata Cloud Manager API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/strata-cloud-manager-api-delete-response-schema.json", "type": "object", "properties": { "id": { "type": "string", "description": "Identifier of the deleted resource." } } }