# Remove a saved agent
Source: https://docs.simpleserve.ai/docs/api-reference/saved-agents/delete-saved-agents-namespace-slug

Method: DELETE /v1/saved-agents/{namespace}/{slug}
Base URL: https://api.simpleserve.ai

```json
{
  "path": "/v1/saved-agents/{namespace}/{slug}",
  "method": "DELETE",
  "tags": [
    "Saved Agents"
  ],
  "operationId": "removeSavedAgent",
  "summary": "Remove a saved agent",
  "responses": {
    "204": {
      "description": "The agent is not saved."
    },
    "401": {
      "$ref": "#/components/responses/Unauthorized"
    }
  }
}
```