cURL
curl --request DELETE \ --url https://staging-api.chip-in.asia/api/send/groups/{id} \ --header 'Authorization: Bearer <token>' \ --header 'checksum: <checksum>' \ --header 'epoch: <epoch>'
{ "id": 1, "name": "First Group", "created_at": 1619740800, "updated_at": 1619740801 }
Permanently delete a group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unix epoch timestamp Unix timestamp (seconds)
1619740800
Refer to checksum calculation
1
Successful response
This is group schema
"First Group"
Object creation time in UTC