Skip to main content
Version: 1.x.x

deletePeer

Removes a Peer resource from a persistent database.

URL

/peers/{ref}

Method

DELETE

Parameters

Parameter NameTypeValueDescription
refpathstringResource reference

Request body

Do not supply a request body with this method.

Response

If successful this method removes a Peer resource.

Sample Call

DELETE /api/v1beta1/peers/pr2c77f4
{

}

HTTP/1.1 200 OK
{
"status": "200",
"message": "Successful request"
}