Delete a person involved from the touchpoint by its ID
DELETE
/touchpoints/{id}/involved-people/{peopleId}Last modified: a month ago
Requisição
Parâmetros Path
id
string
required
The Id of the Touchpoint
peopleId
string
required
The Id of the involved Person
Parâmetros Header
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Accept-Language
string
optional
Example:
de
Exemplos de Requisição
Respostas
returns if involved people were successfully removed.(200)
returns if the request violates a validation rule.(400)
returns if you do not have the required permissions.(403)
returns if no Touchpoint or person could be found with this Id.(404)
returns if involved people were successfully removed.
Código HTTP: 200
Tipo de Conteúdo: JSONapplication/json
Esquema de Dados
data
boolean
optional
message
string | null
optional
metaData
object (ResponseMetaData)
optional
totalResults
integer <int32>
optional
responseTimeStamp
string <date-time>
optional
statusCode
integer <int32>
optional
Exemplo
{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}
Last modified: a month ago