Gestiono
Referencia de APIFiles / Files

Delete Files

DELETE /v1/files • described through route-level inference

← Back to full API reference
DELETE/v1/filesAuthentication required

Request details

Path params

No path parameters for this endpoint.

Query params

No explicit query schema was captured for this endpoint.

Body fields

  • s3Key (required)

    Inferred from req.body.s3Key

Default payloads

Path params

json
{}

Query

json
{}

Body

json
{
  "s3Key": "string"
}

Sample response

json
{
  "success": true
}

Test this endpoint now

Use your own credentials and execute a live request directly from this page.

1. Configure authentication for testing

You can test endpoints with signed API keys, a raw Authorization token, or browser cookies. Select one mode and fill in the required fields.

2. Select endpoint

DELETE/v1/filesAuthentication required

Group: Files / Files

DELETE /v1/files • described through route-level inference

    Body fields

    • s3Keyrequired
      Inferred from req.body.s3Key

    3. Prepare request payload

    4. Server response

    Run a request to inspect the real-time response for your environment.