tesla
  1. Order
tesla
  • tesla
    • Auth
      • data captain
        • cars
        • get car model
        • get color model car
        • get manufacture years
      • register Captain
      • Login
      • Logout
      • register
      • edit profile
      • delete account
      • get profile
      • change password
      • active account
      • Verification Account
    • Forget Password
      • verify Email
    • Booking
      • store booking
      • get all
      • Drift
      • Drift Copy
      • get one
      • Update Ride
    • Captains
      • get all
      • captain booking details
      • get one
      • update location
    • Cars
      • get all
      • get brand and model car
    • Payment
      • store
      • get all
      • get one
    • Gratuity
      • store
      • get all
      • get one
    • Contact Us
      • store
    • categories
      • get all
    • Services
      • get all
      • status service captain
    • location
      • update and channel
    • Saved Places
      • get all
      • store
      • update
      • delete
    • Promotion
      • get one
      • store
    • Transfer Wallet
      • store
      • Card Charging
      • get all
      • Verify Otp
      • Reset Otp
    • Public Information
      • Public Information
    • Setting
      • get one
    • Notification
      • unread notification
      • rad notification
      • rad notification Copy
    • Questions
      • questions
    • Payment Method
      • get all
    • Gratuity Salary
      • get all
    • Delay Period
      • get all
    • Favorites
      • get all
    • Order
      • get all
        GET
      • store
        POST
      • update
        PUT
      • delete
        DELETE
      • Approved Request Order
        POST
      • delivery of orders
        POST
    • Wallet Charging
      • store
    • Plans
      • get all
      • store
      • subscriptions confirm
  1. Order

delete

Developing
DELETE
{{tessla}}/
Last modified:2025-04-17 15:47:56
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE '{{tessla}}/'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2025-04-17 15:47:56
Previous
update
Next
Approved Request Order
Built with