Delete instruction for tenant
DELETE/v1/tenants/:tenantId/documentai/instructions/:id
Deletes one of this tenant's own instructions. An instruction belonging to a partner pack cannot be deleted here and returns 409.
Request
Responses
- 204
- 400
- 401
- 404
- 409
- 500
No Content
Bad Request
Unauthorized
Not Found
Conflict — the instruction belongs to a partner pack and can only be changed by the partner that publishes it.
Internal Server Error