Delete a dispatch target
DELETE/nevisidm/api/core/v1/:clientExtId/users/:userExtId/dispatch-targets/:dispatchTargetExtId
Since: 8.2605.0, 9.2605.0
Required permission(s): (AccessControl.CredentialDelete orAccessControl.DispatchTargetDelete) or SelfAdmin Role
Deletes a specific dispatch target for the specified user.
This operation removes the dispatch target and removes it from all associate FIDO UAF credentials. If the dispatch target has an associated App Attestation, the App Attestation will also be deleted.
This endpoint supports self-admin access. When accessed by the user themselves, a valid JWT token must be provided in the X-Token header.
Request
Responses
- 204
- 403
- 404
- 422
Dispatch target deleted successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters