- Returning.AI
- Auth
- Server
- Role
- Channel
- Badge
- Integration
- users
- Messages
- Channels
- User Field Histories
- User Fields
- Users
- Application
Delete user field
DELETE
/apis/v1/communities/{communityId}/user-fields/{fieldId}
User Fields
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
communityId
string
required
fieldId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://integration.returning.ai/apis/v1/communities//user-fields/'
Responses
🟢200OK
application/json
Body
meta
object
optional
status
string
optional
statusCode
number
optional
message
string
optional
data
object
optional
_id
string
optional
name
string
optional
field
string
optional
type
string
optional
Example
{
"meta": {
"status": "success",
"statusCode": 200
},
"message": "Delete user field successful",
"data": {
"_id": "6857de260f3c24d98fd7ca85",
"name": "Total Points",
"field": "total_points",
"type": "number"
}
}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-06-23 14:46:45