Brand
Macros
Archive Macro

Archive Macro

Archives a macro with a reason and optional description, recording the user who performed the action.

Overview

  • Method: POST
  • Path: /brand/macros/archive-macro/<id>
  • Tags: brand

Parameters

No parameters required.

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X POST \
  https://api.pillexa.com/brand/macros/archive-macro/<id> \
  -H "Content-Type: application/json" \