# /alerts/config - Remove the caller's alerting layer **DELETE /alerts/config** Removes the CALLER's layer from alert_config_layers. The effective config of all descendant tenants is recomputed without the caller's contribution and re-pushed to Mimir; ancestor layers are preserved. To completely silence a tenant, every layer in its chain must drop its contribution. Requires `manage:alerts` permission. ## Servers - Backend API server: https://my.nethesis.it/backend/api (Backend API server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Layer removed (and propagation attempted) #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 400 Bad request - validation error #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 500 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)