action wiremock_delete_admin_requests_request_id { label: "Delete request by ID" provider: wiremock method: DELETE path: "/__admin/requests/{requestId}" encoding: json input: { type: "object" properties: { requestId: { type: "string" } } required: ["requestId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }