Deleting a process package

When a process is deleted, it is marked for deletion and will be permantley deleted based on account/system settings.

Delete provided ProcessAPI package

DELETE https://api.olisystems.com/process/{process_id}

Delete the process package supplied as the last paramter {process_id} of the URL

Headers

NameTypeDescription

Authorization*

String

Bearer {access_token}

 {
    "message": "Process is deleted Successfully",
    "status": "SUCCESS"
}

Last updated