Skip to main content
DELETE
/
organizations
/
{organization_id}
/
portal
/
articles
/
{pk}
Delete article
curl --request DELETE \
  --url https://api.example.com/organizations/{organization_id}/portal/articles/{pk}/ \
  --header 'X-Initdesk-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://developers.initdesk.com/llms.txt

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

Authorizations

X-Initdesk-Token
string
header
required

Path Parameters

pk
integer
required

A unique integer value identifying this article.

organization_id
string
required

Response

204

No response body