Parameter | Type | Default | Description |
---|---|---|---|
with_archived | boolean | false | When true, also archived record will be accessed |
{
"events_group": {} // EventsGroup - see 'EventsGroup model'
}
curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/content/management/events_groups/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
title
title
{
"events_group": {
"id": 0,
"locales": [
"en"
],
"products": [
"string"
],
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"body": {
"en": "Text"
},
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"archived_at": "2022-11-15T16:25:58.099512Z"
}
}