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

    DELETE channel-accounts/:id

    • PDF

    Article summary

    Delete a Channel Account Id

    Removes a channel account with a specific id.

    URL (DELETE)

    /api/v1/channel-accounts/:id

    Query Parameters

    None

    Request Body

    None

    Response

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