With privileged delete, you can delete only one object at a time. To specify the object, you need to include the full path to it in its namespace (starting after rest or data). The path must begin with a forward slash (/).
For example, to delete the Lee_Green_1254 object from the Corporate/Employees directory, you would specify:
/Corporate/Employees/Lee_Green_1254
Directory and object names are case sensitive. The separator is the forward slash (/).
Non-UTF-8 characters in directory and object names must be percent encoded. To avoid ambiguity, you should also percent-encode the characters listed in the table below.
Character |
Percent-encoded value |
---|---|
Space |
%20 |
Tab |
%09 |
New line |
%0A |
Carriage return |
%0D |
+ |
%2B |
% |
%25 |
# |
%23 |
? |
%3F |
& |
%26 |
\ | %5C |
Percent-encoded values are not case sensitive.
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.