curl --request DELETE \
--url https://platform.versori.com/api/v2/o/{organisation_id}/systems/{system_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}Deletes the system for the given system ID. This endpoint will not allow you to delete a system which is in use by a project. You can check if a system is in use by a project, by listing the project connection templates.
curl --request DELETE \
--url https://platform.versori.com/api/v2/o/{organisation_id}/systems/{system_id} \
--header 'Authorization: Bearer <token>'{
"code": "<string>",
"message": "<string>",
"fields": [
{
"field": "<string>",
"message": "<string>"
}
],
"details": "<string>"
}