Skip to main content
Home

Search form

Menu

Search form

  • SkyVault 2.0 overview
  • Video tutorials
  • Using SkyVault
  • Developing
    • Introduction
    • Architectural Overview
    • Overview of SkyVault APIs
    • Content modeling
    • Developing Extensions
    • Share extensions
    • Developing Client Applications
      • SkyVault 2.0 API
        • What's new in the SkyVault 2.0 API
        • How does an application do work on behalf of a user?
        • SkyVault CMIS API
        • SkyVault REST API
          • Getting started
          • Sites
          • Site membership requests
          • People
          • Tags
          • Nodes
          • Favorites
          • Deployments
          • Process definitions
          • Processes
            • Start a new process
            • Get a list of processes
            • Get a single process.
            • Delete a process
            • Get variables for a process
            • Create or update variables for a process
            • Create or update variables for a process
            • Delete a process variable
            • Get the tasks in a process
            • Get the items in a process
            • Add an item to a process
            • Delete an item
          • Tasks
  • SkyVault SDK 2.1.1
  • Copyright
  • Disclaimer
  • You are here

    SkyVault 2.0 » Developing » Developing Client Applications » SkyVault 2.0 API » SkyVault REST API » API reference » Processes

    Delete a process

    Use this to delete a specific process

    Method

    Using the HTTP DELETE method:-

    processes/<processId>

    Example request URL

    https://api.alfresco.com/yourcompany.com/public/workflow/versions/1/processes/<processId>

    Response

    • If the request is successful the process is removed and an HTTP No Content (status 204) is returned.
    • If the processId does not exist in this network, an HTTP Not Found (status 404) is returned.
    Parent topic: Processes

    © 2017 TBS-LLC. All Rights Reserved.    Follow @twitter