Skip to main content
DELETE
/
console
/
v1
/
experiments
/
assignment_source
/
{name}
Delete Assignment Source
curl --request DELETE \
  --url https://statsigapi.net/console/v1/experiments/assignment_source/{name} \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Assignment source deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

STATSIG-API-KEY
string
header
required

Path Parameters

name
string
required

Name of the assignment source

Response

Delete Assignment Source response

message
string