Skip to main content

Delete page area family

Deletes a specific page area family.

Path Parameters
familyId int32 REQUIRED

The id of the page area family to delete.

Responses
200

OK.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

404

Not found.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

Delete page area family
DELETE /API/PageAreaFamily/:familyId
familyId — path
https://mgmtapi.geins.io
curl -L -X DELETE 'https://mgmtapi.geins.io/API/PageAreaFamily/:familyId' \
-H 'Accept: application/json'