Delete peer

Removes the specified peer. 

Warning

After you delete the peer, it cannot be transferred to an existing grid or re-enabled.

This topic includes the following sections:

Request

HTTP method: DELETE

Request URL: https://<hostname>:<port>/baocdp/rest/peer/<peer_name>

In this URL, <peer_name> represents the name of the peer to delete. 

Header: See HTTP request and response headers for header information, such as required authentication token.

Request body properties

This call does not require a request body.

Response

If successful, the specified peer is deleted and a 204 NO CONTENT code is returned.

Response body properties

PropertyDescription
responseStatus of the request

Status codes and messages

For more details about HTTP response codes, see HTTP response codes.

HTTP codeMessageDescription
204
Request succeeded
400

Bad request

An error occurred while enabling the adapter.

401 Unauthorized
403

Forbidden

404Not FoundPeer not found
500
Internal Server Error

Related topics

HTTP request and response headers

Format of API examples

Get peers

Was this page helpful? Yes No Submitting... Thank you

Comments