LaundryAPI
  1. Branches
LaundryAPI
  • Authentication
    • Signup
      POST
    • Resend Verification Code
      POST
    • Verify phone number
      POST
    • Login
      POST
    • Refresh Token
      GET
    • Forgot Password
      POST
    • Reset Password
      PATCH
    • Update Password
      PATCH
    • Logout
      POST
  • Users
    • Get Me
      GET
    • Update Me
      PATCH
    • Delete Me
      DELETE
    • Get All Users
      GET
    • Update User
      PATCH
    • Delete User
      DELETE
    • Create Delivery
      POST
    • Create Admin
      POST
  • Items
    • Get all items
      GET
    • Get Single item
      GET
    • Create item
      POST
    • Update item
      PATCH
    • Delete item
      DELETE
  • Orders
    • Get all orders
    • Single Order
    • Create Order
    • Delete order
    • Update Order
  • Branches
    • All Branches
      GET
    • Single Branch
      GET
    • branch's orders
      GET
    • Nearest Branches
      GET
    • Create Branch
      POST
    • update branch
      PATCH
    • Delete branch
      DELETE
  • Notifications
    • All Notifications
    • Create notification
    • Delete Notification
  • Banners
    • All Banners
    • Create Banner
    • Delete Banners
  • WhatsApp
    • initialize whatsapp Session
  1. Branches

Delete branch

DELETE
http://82.180.154.188:4352/branches/67fa4d6291b48dcc85199a00
Last modified:2025-04-12 12:55:11
This endpoint allows admins to delete a branch.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://82.180.154.188:4352/branches/67fa4d6291b48dcc85199a00' \
--header 'Authorization: Bearer '

Request

Header Params
Authorization
string 
required
Example:
Bearer {{JWT}}

Responses

🟢204No Content
This response does not have a body.
Previous
update branch
Next
All Notifications
Built with