Skip to main content
Version: Next

Disconnect a participant to a network

Information

This API allow you to disconnect a participant from its network.

Link to swagger
This endpoint is synchronous
The role admin is needed in order to use this endpoint
Endpoints

DELETE/v1/config/participant/network/:participantNetworkIdentifierId

Path parameters
participantNetworkIdentifierIdstring (uuid) - Required

Request

DELETE /v1/config/participant/network/:participantNetworkIdentifierId


curl -X 'DELETE'
'https://api.ppd.iopole.fr//v1/config/participant/network/f47ac10b-58cc-4372-a567-0e02b2c3d479' -H 'accept: application/json'
-H 'Authorization: Bearer ${token}'

Response

200 OK

  {
"type": "PARTICIPANT",
"id": "127cfd27-33de-4bb6-832c-4eaf7518e8b9"
}