Delete Entry Relationships
warning
Removing a relationship between an entry and resources deletes the relationships specified in the payload.
DELETE
Delete Entry Relationships
https://api.moltin.com/v2/flows/:flowSlug/entries/:entryId/relationships/:fieldSlug
Remove all relationships between an entry and resources.
Path Parameters:
Name | Required | Type | Description |
---|---|---|---|
fieldSlug | Required | string | The slug of the entry this field belongs to. |
entryId | Required | string | The ID of the entry this field belongs to. |
flowSlug | Required | string | The slug of the Flow the entry belongs to. |
Headers:
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token to grant access to the API. |
204 No Content