Remove
curl --location --request DELETE 'https://{{base_url}}/v3/group/446401ea-bb08-4a71-9fd8-22dfb15072e5' \
--header 'Content-type: application/json' \
--header 'Authorization: Bearer {{token}}'
Response trả về:
{
"code": 200,
"content": "successfully",
"group_uuid": "446401ea-bb08-4a71-9fd8-22dfb15072e5"
}
Error Response trả về:
{
"error": "group not found"
}
API này dùng để xóa chiến dịch.
HTTP Request
DELETE https://{{base_url}}/v3/group/{{group_uuid}}