API Documentation
OTPflow Message
Whatsapp Campaign
RCS Campaign
SMS Campaign
Email Campaign
Attributes
- Attribute Options
- Attribute Status
- GETGet List Of Attributes
- GETGet Attribute By ID
- POSTCreate Custom Attribute
- PATCHUpdate Custom Attribute
- DELDelete Custom Attribute
Collection Records
List Entries
Activity / Task
Workspace Members
Delete User
This endpoint deletes an existing user.
DELETE
/
api
/
user
Copy
curl --location --request DELETE 'https://api.zixflow.com/api/user' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"user_group_id": "example_1"
"current_token": "abcdef"
}'
Copy
{
"success": 1
}
Body
The data source ID provided in the data tab may be used to identify the data source for the user group
This is the current user group token you have for the user group you want to delete
Response
Indicates whether the call was successful. 1 if successful, 0 if not.
Copy
curl --location --request DELETE 'https://api.zixflow.com/api/user' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"user_group_id": "example_1"
"current_token": "abcdef"
}'
Copy
{
"success": 1
}
Copy
curl --location --request DELETE 'https://api.zixflow.com/api/user' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"user_group_id": "example_1"
"current_token": "abcdef"
}'
Copy
{
"success": 1
}
Assistant
Responses are generated using AI and may contain mistakes.