GrailPay home pagelight logodark logo
  • Contact
  • Contact
Users
Deleting a User
Home
Business Guides
ACH Technical Guides
Risk Intelligence
Releases
  • Blog
  • Getting Started
    • Overview
    • Authentication
    • Idempotency
    • Sandbox
    • Transactions Overview
    • Transaction Scenarios - Direct Payouts
    • Transaction Scenarios - Batch Payout
    Users
    • Onboard a Person
    • Onboarding a Business
    • Deleting a User
    • Get All Users
    • Get User
    • Update KYB
    Transactions
    • Cancel a Transaction
    • Create a Transaction
    • Fetch a Transaction
    • Get All Transactions
    Payouts
    • Batch Payout
    • Get All Batch Payouts
    • Batch Merchant Payout
    Refunds
    • Refund a Transaction
    • Get Batch Refund
    • Get All Batch Refunds
    • Get Refund Details
    • Get Transaction Refunds
    Bank Accounts
    • Account Transaction History
    • Add Bank Account
    • Delete Bank Account
    • Fetch Bank Account
    • Get Account Balance
    • Get All Bank Accounts
    • Get User by Bank Account
    • Set Default Account
    • Validate Account & Routing Number
    Webhooks
    • Webhook Events
    • Register a Webhook
    • De-register Webhook
    • Get All Webhook Events
    Billing
    • Get Merchant Billing Summary
    Bank Link SDK
    • Overview
    Users

    Deleting a User

    This endpoint allows for the deletion of a user

    This API deletes a specific user from the system based on their unique user UUID.

    This route is secured with processor and vendor token authentication.

    ​
    Endpoint

    DELETE /3p/api/v2/users/{uuid}

    ​
    Response

    {
        "status": true,
        "message": "The user has been deleted successfully.",
        "data": [],
        "errors": null,
        "error_code": null
    }
    
    Onboarding a BusinessGet All Users
    Powered by Mintlify
    On this page
    • Endpoint
    • Response