Fragments Data Service: Delete Fragment
Details
Deletes the fragment from Database defined by the Data Definition name and the object ID. The operation is required for cases of multi-fragments or optional fragments.
Request
URL
DELETE https://{server_domain}/m42Services/api/data/fragments/{ddname}/{objectid:guid}
URL Attributes
URL Attribute | Description | Type | Required |
---|---|---|---|
ddName | Technical name of the Data Definition (e.g. SPSActivityClassBase) | string | Required |
objectId |
Id of the Fragment of specified Data Definition | GUID | Required |
Headers
For a list of available HTTP request headers see Web Services: REST API integration.SAMPLE REQUEST
DELETE https://{server_domain}/m42Services/api/data/fragments/SPSActivityClassBase/7b78499b-a4f1-c649-58e9-08d6a61795c2
Authorization: Bearer YWsamplezhZARaccessGDuctoken2sYW1
Content-Type: application/json;charset=UTF-8
Response
Status codes and errors
The following table lists the returned HTTP status codes.
Code | Description |
---|---|