Referência da APIFunil
Remove uma etapa
Remove a etapa do funil. Responde 204.
Authorization
bearerAuth AuthorizationBearer <token>
API key enviada como Authorization Bearer pzk_live_... ou pzk_test_...
In: header
Path Parameters
id*string
Identificador do funil.
stageId*string
Identificador da etapa.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/funnels/string/stages/string"Empty
{
"error": {
"code": "UNAUTHORIZED",
"message": "API key ausente ou invalida"
}
}{
"error": {
"code": "FORBIDDEN",
"message": "Projeto inativo ou sem permissao"
}
}{
"error": {
"code": "NOT_FOUND",
"message": "Instancia nao encontrada"
}
}