Delete a life cycle from the list by its ID
DELETE
/management/tenant-lists/lifecycles/{id}Last modified: a month ago
Request
Parâmetros Path
id
string
opcional
Parâmetros Header
X-Integration-Name
string
requerido
Integration name
Exemplo:
API Documentation
X-Integration-Provider
string
requerido
Integration provider
Exemplo:
cobra GmbH
X-Cobra-TenantId
string
requerido
Tenant ID
Exemplo:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
opcional
Integration contact
Exemplo:
info@cobra.de
Accept-Language
string
opcional
Exemplo:
de
Request samples
Respostas
OK(200)
Bad Request(400)
Not Found(404)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
No schema defined
Exemplo
{
"data": true,
"message": null,
"metaData": null,
"statusCode": 200
}
Last modified: a month ago