Ela Logistics
  1. Logistics
Ela Logistics
  • Logistics
    • Admin
      • user
        • get rider delivery
        • Get user by id
        • Update rider state and city
      • transaction
        • get transactions
        • get transactions paystack status
      • transport
        • create transport price for state
        • update transport price for state
        • get transport price for state
      • Tax
        • create inter state tax
        • create intra state tax
        • update inter state tax
        • update intra state tax
        • update intra state tax Copy
        • update intra state tax Copy Copy
      • create state fee
      • update tax rate
      • update fee distance
      • update fee per kg
      • update value fee
      • update service fee
      • update service charge status
      • update tax
      • update value fee status
      • update base price
      • Errand staus
      • get interstate pricing
      • update inter state pricing
    • get fee by state id
      GET
    • get all fees
      GET
    • get operational states
      GET
    • get mode of transportation
      GET
    • delete account
      DELETE
    • checkout
      POST
    • calculate price
      POST
  1. Logistics

delete account

Developing
DELETE
/auth/delete/{user_id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
user_id
string 
required
Example:
2

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/auth/delete/2'

Responses

🟢200OK
application/json
Body
data
array[string]
required
Example
{
    "data": [
        "string"
    ]
}
Modified at 2024-11-22 14:14:51
Previous
get mode of transportation
Next
checkout
Built with