- Introduction
- Getting Started
- Authentication
- Error Handling
- Contact Support
- Modaltrans API
- Get Auth Token
- Accounting
- Customs
- Logistics
- Depot
- Fleet Management
- CRM
- Timelines
- S3 Files
- Notifications
- User Details
Delete an S3File
Developing
Testing Env
https://demo.modaltrans.com
Testing Env
https://demo.modaltrans.com
DELETE
/api/v1/s3files/{id}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
integer
required
Example:
3648253
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 'https://demo.modaltrans.com/api/v1/s3files/3648253'
Responses
🟢200OK
application/json
Body
message
string
required
Example
{
"message": "string"
}
🟠400Bad Request
🟠403Forbidden
🟠404Record Not Found
Modified at 2024-09-09 13:10:08