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
Header Parameters
Responses
- 204
- 400
- 401
- 403
- 404
- 405
- 415
- 500
No Content The server successfully deleted the dispatch target.
Bad Request The provided payload is not properly formatted.
Unauthorized The request was not authorized. There is an invalid SecToken or unresolved username.
Forbidden The request is forbidden. The user does not have the right to delete the specified dispatch target.
Not Found The provided dispatch target identifier could not be found.
Method Not Allowed The method of the received request was not DELETE.
Unsupported Media Type The Content-Type header is not properly set to application/json;charset=UTF-8.
Internal Server Error The server could not process the request because of an unexpected error.