Chuyển tới nội dung chính

Xóa hợp đồng

Xóa hợp đồng bán

HTTP Request

[DELETE] /api/v6/sale_contracts/{id}

Example

HTTP Request

DELETE api/v6/sale_contracts/4 HTTP/1.1
Host: example.getflycrm.com

Status

200 OK

Response

{
"message": "Xóa thành công"
}

Xóa hợp đồng mua

HTTP Request

[DELETE] /api/v6/purchase_contracts/{id}

Example

HTTP Request

DELETE api/v6/purchase_contracts/4 HTTP/1.1
Host: example.getflycrm.com

Status

200 OK

Response

{
"message": "Xóa thành công"
}