Gifli API Docs
Api

Delete a GIF

Permanently delete a GIF. Owner only.

DELETE
/gifs/{id}

Authorization

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/gifs/string"
{  "message": "Deleted"}
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}