Delete the macros for the system user by macro name
DELETEhttps://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
- application/json
Body
macros undefined[]
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
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"
}
]
}'