# Desativar promoção Desativa uma promoção. Endpoint: PUT /v2/project/{project_id}/admin/promotion/{promotion_id}/deactivate Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) ID do projeto. Você pode encontrar esse parâmetro em sua Conta de Distribuidor ao lado do nome do projeto. Example: 44056 - `promotion_id` (integer, required) ID de promoção. Identificador exclusivo da promoção dentro do projeto. Example: 111425 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1020 - `errorMessage` (string) Example: "[0401-1020]: Error in Authentication method occurred" - `statusCode` (integer) Example: 401 ## Response 422 fields (application/json): - `errorCode` (integer) Example: 1102 - `errorMessage` (string) Example: "[0401-9505]: Error was occurred while promotion was being updated" - `statusCode` (integer) Example: 422 - `transactionId` (string) Example: "da145238620011eb8e24fe6913ff226a" ## Response 204 fields