Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

Use this file to discover all available pages before exploring further.

Removes the cover image from a membership tier.

URL Parameters

id
integer
required
The ID of the membership tier

Returns

Returns a success message.
curl -X DELETE https://api.onlydrams.app/odis/v1/tiers/2/remove_cover_image \
     -H "Authorization: Bearer $ACCESS_TOKEN"
{
  "message": "Cover image removed successfully"
}

Notes

  • Authorization: Community owner or admin only
  • Result: The cover_image_url field will be set to null