Systems
Delete system
Delete a system definition by ID. This will not delete associated system versions.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the system to delete.
Example:
"12345678-0a8b-4f66-b6f3-2ddcfa097257"
Response
System deleted successfully
Whether the deletion was successful.
Previous
Upsert system versionCreate a new system version if it does not already exist. Does **not** set the created version to be the system's production version.
If there is already a system version with the same config, its name will be updated.
Next
JavaScript