Delete IP Authorization

This endpoint lets you delete an IP authorization.

Delete an IP authorization.

POST https://api.ipnux.com/V1/OpenApi/OpenApiDelWhite

Headers

Name
Type
Description

UserId*

String

"Authentication" generated userId

Token*

String

"Authentication" generated token

Content-Type*

String

application/json

Body

Name
Type
Description

address_id*

integer

The ID of the IP authorization to delete.

Response

{
	"Code": 1000,
	"Message": "Successful",
	"Data": true
}

Last updated