Skip to main content

Delete the macros for the system user by macro name

DELETE 

https://api.spectrocloud.com/v1/users/system/macros

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Delete the macros for the system user by macro name

Request

Body

    macros undefined[]
  • Array [
  • namestring
    valuestring
  • ]

Responses

The resource was updated successfully

curl -L -X DELETE 'https://api.spectrocloud.com/v1/users/system/macros' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"macros": [
{
"name": "string",
"value": "string"
}
]
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Body
{
"macros": [
{
"name": "string",
"value": "string"
}
]
}