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
authorization
string
requiredYour API key for authentication.
Path Parameters
pathway_id
string
requiredThe ID of the pathway containing the version to be deleted.
version_id
string
requiredThe ID of the version to be deleted.
Response
status
string
The status of the operation (e.g., “success”).
message
string
A message describing the result of the operation.