Delete Instructions

Delete Instructions#

If your business logic requires to delete a instruction, you can use this endpoint.

Request this DELETE endpoint:

/api/v1/instructions/{instruction_id}

** Parameters **

Name

Type

Description

instruction_id

string

Instruction id we want to delete, Required

Responses

HTTP 201 code response

{
"status": bool,
}

Example

Only set a instruction for a database connection

 curl -X 'DELETE' \
'<host>/api/v1/instructions/{instruction_id}' \
-H 'accept: application/json'