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

Xóa cơ hội

HTTP Request

[DELETE] /api/v6.1/opportunity

Body Parameters

TrườngLoạiMô tả
opportunity_codestringMã cơ hội cần xóa

Example

HTTP Request

DELETE api/v6.1/opportunity HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
{
"opportunity_code": "CH001"
}

Status

200 OK

Response

{
"message": "Xóa thành công",
"data": {
"opportunity_code": "CH001"
}
}