Skip to main content

Delete a dispatch target

DELETE 

/nevisfido/token/dispatch/targets/:id

This is a proprietary nevisFIDO API used to permanently remove a dispatch target from the system, revoking nevisFIDO's ability to send tokens to that destination. This operation is typically triggered when a user removes a device, changes their push notification token, or revokes a delivery channel — for example, when uninstalling a mobile application. The caller must be the authorized owner of the dispatch target; the target identifier is passed as a path variable. Any FIDO UAF credentials previously linked to the dispatch target are not affected by this operation.

Request

Path Parameters

    id stringrequired

Header Parameters

    headers objectrequired

Responses

No Content The server successfully deleted the dispatch target.

Loading...