Skip to main content
DELETE
/
api
/
v1
/
macros
/
{macro_id}
Delete Macro
curl --request DELETE \
  --url https://api.example.com/api/v1/macros/{macro_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

macro_id
integer
required

Response

Successful Response