Delete Inbound Site

This operation is used to delete Inbound Site.

SecuritybearerAuth
Request
path Parameters
inboundSiteId
required
string

This is the identifier of the Inbound Site to be deleted.

Example: gJVQ5bQW2OVd
Responses
200

Requested Inbound Site has been deleted successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

delete/api/v1/inboundsites/{inboundSiteId}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}