curl --request DELETE \
--url https://app.dynamicauth.com/api/v0/users/{userId} \
--header 'Authorization: Bearer <token>'{
"error": "No jwt provided!"
}curl --request DELETE \
--url https://app.dynamicauth.com/api/v0/users/{userId} \
--header 'Authorization: Bearer <token>'{
"error": "No jwt provided!"
}Was this page helpful?