v1
latestOpenAPI 3.1.02026-07-261630686.8 KBRechazar leads entrantes
Este método permite rechazar un lead entrante.
delete/api/v4/leads/unsorted/{uid}/decline
Path parameters
uidstring required
El identificador único del lead
Request body
Response
200
Example response
{
"uid": "400c5eb65b9fa7bbfa813cf593b49d4942f325c7c3fbbcf3acf3bee79b63",
"pipeline_id": 6950551,
"category": "sip",
"created_at": 1510261200,
"_embedded": {
"leads": [
{
"id": 236724,
"_links": {
"self": {
"href": "https://subdomain.kommo.com/api/v4/leads/236724"
}
}
}
],
"contacts": [
{
"id": 583294,
"_links": {
"self": {
"href": "https://subdomain.kommo.com/api/v4/contacts/583294"
}
}
}
]
}
}