diff --git a/website/docs/api/admin/segments.mdx b/website/docs/api/admin/segments.mdx index a19c080ecd..aa0a62b38e 100644 --- a/website/docs/api/admin/segments.mdx +++ b/website/docs/api/admin/segments.mdx @@ -13,7 +13,7 @@ The segments API is available to Pro and Enterprise users from Unleash 4.10. To use the admin API, you'll need to [create and use an admin API token](../../user_guide/token.md). ::: -The segments API lets you create, read, update, and delete [segments](../../reference/segments.mdx). All payload +The segments API lets you create, read, update, and delete [segments](../../reference/segments.mdx). ## Get all segments diff --git a/website/docs/reference/segments.mdx b/website/docs/reference/segments.mdx index 660500d2e3..880532efeb 100644 --- a/website/docs/reference/segments.mdx +++ b/website/docs/reference/segments.mdx @@ -21,7 +21,7 @@ If an activation strategy has a segment *and* additional constraints applied, th ## Creating, updating, and deleting segments -Segments can be created, edited, and deleted from the segments page in the admin UI or via the API (see the [segments API documentation](../api/admin/feature-toggles-api-v2.md)). +Segments can be created, edited, and deleted from the segments page in the admin UI or via the API (see the [segments API documentation](../api/admin/segments.mdx)). A segment that is in use **cannot** be deleted. If you'd like to delete a segment that is in use, you must first remove the segment from all the activation strategies that are currently using it.