Reset endpoint connectivity

<Info icon="fa-light fa-lock" className="permission-callout"> <div className="permission-callout__header"><span className="permission-callout__title"><span className="permission-callout__label">Required permissions</span> <span className="fern-docs-badge small blue subtle rounded-full permission-callout__beta">Beta</span></span> <span className="permission-callout__learn-more">[Learn more](/developers/api-guidelines/permissions#how-permissions-work)</span></div> `Endpoint.Connectivity` + `Update` <div className="permission-callout__roles"><span className="permission-callout__roles-label">Roles:</span> <Badge intent="info">Administrator</Badge> <Badge intent="info">User</Badge></div> </Info> Dispatches a message that causes either a `Cancel Location`, `Delete PDP Context`, or both sent to the endpoint. The return of the call doesn't yet mean the event has been sent towards the device. <Info> Master organization types can reset any endpoints inside their organization hierarchy. Enterprises may only reset connectivity of own endpoints. </Info>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idintegerRequired
Numeric ID of an endpoint

Request

This endpoint expects an object.
pdp_contextany or nullOptional
locationany or nullOptional

Response

Successful, no content.

Errors

403
Forbidden Error
404
Not Found Error