Gifli API Docs
Api

Delete an app

Delete an app and all its service accounts. Owner only.

DELETE
/apps/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

Pass a user session token (from /auth/login) or an app API key (gk_…).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/apps/string"
{  "message": "string"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}