mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
1.7 KiB
1.7 KiB
peer_reservations_del
The {{currentpage.name}} method removes a reserved peer slot.
The {{currentpage.name}} method is an admin method that cannot be run by unprivileged users.
Request Format
An example of the request format:
WebSocket
{
TODO
}
JSON-RPC
{
"method": "{{currentpage.name}}",
"params": [
TODO
]
}
Commandline
#Syntax: {{currentpage.name}} TODO
rippled {{currentpage.name}}
The request includes the following parameters:
Field |
Type | Description |
|---|---|---|
| TODO_request_params |
Response Format
An example of a successful response:
JSON-RPC
{
TODO
}
Commandline
Loading: "/etc/rippled.cfg"
Connecting to 127.0.0.1:5005
{
TODO
}
The response follows the [standard format][], with a successful result containing the following fields:
Field |
Type | Description |
|---|---|---|
| TODO_params |
Possible Errors
- Any of the [universal error types][].
- TODO_errors
invalidParams- One or more fields are specified incorrectly, or one or more required fields are missing.
{% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} {% include '_snippets/rippled_versions.md' %}