Soft-deletes the delegated WaasWallets row identified by
shareSetId and its associated key shares. The rootUser share set
is not touched. Used by the FF=on share-set-delegation revoke flow
to take down delegation without running an MPC ceremony. Returns
204 on success, 404 when the share set is not owned by the wallet
or has already been deleted.
curl --request DELETE \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/waas/{walletId}/delegatedAccess/{shareSetId} \
--header 'Authorization: Bearer <token>'{
"error": "No jwt provided!"
}Documentation Index
Fetch the complete documentation index at: https://www.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
UUID of the wallet
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
UUID of the WaaS share set (the WaasWallets row). Identifies which
share set the operation targets — for the FF=on delegated-share-set
model, this is the id of the delegated row to soft-delete.
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Delegated share set soft-deleted
Was this page helpful?
curl --request DELETE \
--url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/waas/{walletId}/delegatedAccess/{shareSetId} \
--header 'Authorization: Bearer <token>'{
"error": "No jwt provided!"
}