Delete an alias
DELETE/v2/agent_aliases/:alias_key
Deletes an alias. The underlying agents the alias points at are not affected. Returns 409 if any live resources still reference this alias.
Request
Responses
- 204
- 403
- 404
- 409
The alias is deleted.
Permissions do not allow deleting this alias.
Alias not found.
The alias has live references (e.g. connectors) that prevent deletion.