- Logistics
- Admin
- get fee by state idGET
- get all feesGET
- get operational statesGET
- get mode of transportationGET
- delete accountDELETE
- checkoutPOST
- calculate pricePOST
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