Skip to content

Branch_Delete#


Description#

This function allows you to delete a template branch by providing the branch name. The response contains a boolean value indicating whether the request was successful or not.

Requirements#

Miva version 10.00.00 or later.

Request Body Parameters#

Parameter
Type Description
edit_branch
branch_name
branch_id
String
String
Number
Branch Name to delete
Branch Name to delete
Branch ID to delete

Response Parameters#

Parameter
Type Description
success Number 1 indicating a successful request.
0 indicating an unsuccessful request.

Example Request#

{
    "Store_code": "beta",
    "Function": "Branch_Delete",
    "Branch_Name": "My Custom Branch"
}

Example Response#

{
    "success": 1
}