blob: 4dd5c04c5377c8817a61851b908dc13f96718ef3 [file] [log] [blame]
{
"type": "object",
"title": "pseudowire-deletion",
"required": [
"pwId"
],
"properties": {
"pwId": {
"type": "string",
"example": "42",
"description": "Id of pseudowire to delete."
}
}
}