Store API endpoints
Delete a branch
Use this endpoint to delete an existing branch by its ID.
delete/branches/{branch_id}
Path parameters
branch_idinteger required
Headers
Authorizationstring required
User-Agentstring required
Brand-Idstring required
Response
Branch deleted successfully
Example response
{
"message": "The branch was successfully deleted"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.