Skip to main content
DELETE
/
api
/
v1
/
org
/
variables
/
{variable_name}
Delete Organisation Variable Api Endpoint
import requests

url = "https://platform.ankra.app/api/v1/org/variables/{variable_name}"

headers = {"Authorization": "Bearer <token>"}

response = requests.delete(url, headers=headers)

print(response.text)
{}

Documentation Index

Fetch the complete documentation index at: https://docs.ankra.io/llms.txt

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

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

variable_name
string
required

Response

Successful Response

The response is of type Response Delete Organisation Variable Api Endpoint Api V1 Org Variables Variable Name Delete · object.