Memesio · Example Payload

Memesio Delete Api Memes Slug Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Delete Api Memes Slug Example is an example object payload from Memesio, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathresponse

Example Payload

Raw ↑
{
  "operation": "Delete One Signed-in Account-Owned Meme and Purge Public Access Paths",
  "method": "DELETE",
  "path": "/api/memes/{slug}",
  "response": {
    "ok": true,
    "deleted": true,
    "slug": "string",
    "shareSlug": "string"
  }
}