Pathway Versions
Delete Pathway Version
Marks a specific version of a pathway as archived, effectively deleting it from active use.
DELETE
/
v1
/
pathway
/
{pathway_id}
/
version
/
{version_id}
Headers
Your API key for authentication.
Path Parameters
The ID of the pathway containing the version to be deleted.
The ID of the version to be deleted.
Response
The status of the operation (e.g., “success”).
A message describing the result of the operation.