Skip to main content
DELETE
/
api
/
dashboards
/
{organizationSlug}
/
{slug}
Delete dashboard
curl --request DELETE \
  --url https://platform.kodexa.ai/api/dashboards/{organizationSlug}/{slug} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

organizationSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the dashboard.

Response

Dashboard deleted.