Skip to main content
DELETE
/
blogs
/
site
/
rss
/
{id}
cURL
curl --request DELETE \
  --url https://services.leadconnectorhq.com/blogs/site/rss/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

locationId
string
required

Location ID to verify ownership

blogId
string
required

Blog ID to verify ownership

Response

200 - undefined
Last modified on March 4, 2026