Skip to main content
POST
/
api
/
v1
/
cohort-memberships
/
{membershipId}
/
terminate
cURL
curl -sS -X POST "$FLUIDE_BASE_URL/api/v1/cohort-memberships/string/terminate" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

membershipId
string
required

membershipId identifier

Body

application/json
reason
string
Maximum string length: 500

Response

Terminated cohort membership

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload