Skip to main content
DELETE
/
process
/
{id}
cURL
curl --request DELETE \
  --url http://sandbox.batuenergy.com/api/v1/process/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "execution": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "message": "Process deleted successfully"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Id of process to delete

Response

Process response

status
string
required

Indicates the request was successful

Example:

"success"

data
object
required

The data associated with the response