Gifli API Docs
Api

Remove a GIF from a collection

Remove a GIF from a collection. The GIF itself is kept.

DELETE
/collections/{id}/gifs/{gifId}

Authorization

AuthorizationBearer <token>

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

In: header

Path Parameters

id*string
gifId*string

Response Body

application/json

application/json

application/json

application/json

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