Delete a touchpoint by its ID
DELETE
/touchpoints/{id}Last modified: 13 days ago
Request
Path Params
id
string
optional
Header Params
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
Request samples
Responses
returns if the touchpoint was correctly deleted.(200)
returns if you do not have the required permissions.(403)
returns if no touchpoint could be found with this Id.(404)
returns if the touchpoint was correctly deleted.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}
Last modified: 13 days ago