Custom fields
Deactivate Custom Field
Deactivates a Custom Field Definition
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
custom_field_id*string
Response Body
application/json
application/json
curl -X DELETE "https://api.members.dev/v1/custom-fields/string"{
"id": "string",
"entity_type": "user",
"key": "string",
"label": "string",
"description": "string",
"field_type": "text",
"is_required": true,
"is_user_editable": true,
"is_user_visible": true,
"options": [
null
],
"is_active": true,
"created_at": null,
"updated_at": null
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}