DELETE channel-accounts/users/:id
    • 09 Sep 2024
    • 1 Minute to read
    • PDF

    DELETE channel-accounts/users/:id

    • PDF

    Article summary

    Delete a Channel Account User

    Deletes a channel account user with a specific Id.

    URL (DELETE)

    /api/v1/channel-accounts/users/:id

    Query Parameters

    None

    Request Body

    None.

    Response

    {
           "success": true,
           "code": "RES-I-0034",
           "message": "User has been successfully deleted!",
           "data": null,
           "errors": null
    }



    What's Next