Authorizations
Vida API Token
Query Parameters
Target account ID when acting on behalf of another account
curl --request DELETE \
  --url https://api.vida.dev/api/v2/product/cancel \
  --header 'Content-Type: application/json' \
  --data '{
  "reason": "<string>",
  "details": "<string>"
}'{
  "success": true,
  "message": "Subscription cancelled"
}Cancel the current product subscription for the authenticated account
curl --request DELETE \
  --url https://api.vida.dev/api/v2/product/cancel \
  --header 'Content-Type: application/json' \
  --data '{
  "reason": "<string>",
  "details": "<string>"
}'{
  "success": true,
  "message": "Subscription cancelled"
}Vida API Token
Target account ID when acting on behalf of another account