curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"targetUserId": 3
}'
This response does not have an example.
Delete a user from your organization
curl --request DELETE \
--url https://api.vida.dev/api/v2/deleteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"targetUserId": 3
}'
This response does not have an example.