project-funnels
Ciclo de vida

Arquivar um funil

Arquiva o funil, tirando-o das listagens do dia a dia sem apagar o histórico — a operação é reversível pelo endpoint de restauração. Só funciona com o funil vazio: havendo qualquer projeto vinculado, a requisição é recusada e o funil permanece como está. Ver Criar e configurar um funil.

post/api/management/delete-funnel

Request body

project_funnel_idinteger required

ID do funil. Obrigatório.

Response

Sucesso

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 4 of the 79 revisions of this API.929

  • 3c590152d5b5924See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became required

      request-property-became-required

    • the request property type changed from no type to integer

      request-property-type-changed

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the / response's property type changed from no type to integer for status

      response-property-type-changed

    • the / response's property type changed from no type to integer for status

      response-property-type-changed

    • the / response's property type changed from no type to object for status

      response-property-type-changed

    • added the new active enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new inactive enum value to the / response property for the response status

      response-property-enum-value-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • added the media type application/json for the response with the status

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • added optional request body

      request-body-added-optional

    • api tag Ciclo de vida added

      api-tag-added

    • api tag {project_funnel_id} removed

      api-tag-removed