Delete the macros for the specified tenant by given macro name
DELETEhttps://api.spectrocloud.com/v1/tenants/:tenantUid/macros
Delete the macros for the specified tenant by given macro name
Request
Path Parameters
tenantUid stringrequired
- 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/tenants/:tenantUid/macros' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
-d '{
"macros": [
{
"name": "string",
"value": "string"
}
]
}'