11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
|
|
POST http://rest.apinb.com/mgt/role/del_pmn
|
||
|
|
Content-Type: application/json
|
||
|
|
Authorization: {{BSM_TOKEN}}
|
||
|
|
|
||
|
|
{
|
||
|
|
"workspace": "your_workspace",
|
||
|
|
"id": 1,
|
||
|
|
"list": [1]
|
||
|
|
}
|
||
|
|
|