Gifli API Docs
Api

Delete a service account

Delete a service account and all data associated with it (GIFs, collections, sessions). This is irreversible. Owner only.

DELETE
/apps/{id}/serviceAccounts/{said}

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

id*string
said*string

Service account ID.

Response Body

application/json

application/json

application/json

application/json

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