Skip to main content
DELETE
/
v1
/
apps
/
{id}
Delete a draft App
curl --request DELETE \
  --url https://api.leanrails.com/v1/apps/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "object": "app",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your secret API key as the username with an empty password.

Headers

X-API-Version
string

Override the API version for this request.

Path Parameters

id
string
required

The App ID.

Response

Confirmation of deletion.

id
string
required
object
enum<string>
required
Available options:
app
deleted
boolean
required
Example:

true