Leap0

Delete a presigned URL

Revoke a previously issued presigned URL for a sandbox.

DELETE
/v1/sandbox/{sandboxID}/presigned-url/{id}

Revoke a previously issued presigned URL for a sandbox.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token in the Authorization header. Alternatively, use the leap0-authorization header.

In: header

Path Parameters

sandboxID*string

Unique sandbox identifier.

id*string

Presigned URL resource identifier.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.leap0.dev/v1/sandbox/string/presigned-url/string"
Empty
{  "message": "string",  "errors": [    {      "field": "string",      "error": "string"    }  ]}
{  "message": "string"}
{  "message": "string"}