Sign up
    Docs
    • API
      • Authentication
      • Errors
      • ML
      • Modeling
      • API Calls
      • API Tokens
      • File
      • Meta
      • Orgs
      • Payments
        • Get payment info about your org.
        • Update payment info for your org.
        • Create payment info for your org.
        • Delete payment info for your org.
        • Get balance for your org.
        • List invoices for your org.
        • List payment methods for your org.
        • Get the subscription for an org.
        • Update the subscription for an org.
        • Create the subscription for an org.
        • Get payment info about your user.
        • Update payment info for your user.
        • Create payment info for your user.
        • Delete payment info for your user.
        • Get balance for your user.
        • List invoices for your user.
        • List payment methods for your user.
        • Get the subscription for a user.
        • Update the user's subscription.
        • Create the subscription for a user.
      • Service Accounts
      • Shortlinks
      • Unit
      • Users
    • CLI
    • KCL language reference
    • KCL standard library
    • KCL Samples
    • Tutorials
    • Glossary
    • FAQ

    API → PaymentsDelete payment info for your user

    Parameters

    No parameters

    Returns

    204 No Content

    successful deletion

    delete
    /user/payment
    $ curl -X DELETE "https://api.zoo.dev/user/payment" \
    	--header "Authorization: Bearer $TOKEN"