Authorizations
Vida API Token
Body
application/json
User Id of the user you are removing from your account
Example:
3
Response
OK
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.
Vida API Token
User Id of the user you are removing from your account
3
OK