刪除決定 delete-decision

有時可能必須移除(DELETE)決定。 使用您要刪除之決定的id對Offer Library API執行DELETE要求,即可完成此作業。

API格式

DELETE /{ENDPOINT_PATH}/offer-decisions/{ID}
參數
說明
範例
{ENDPOINT_PATH}
持續性API的端點路徑。
https://platform.adobe.io/data/core/dps/
{ID}
您要刪除之實體的ID。
offerDecision1234

要求

curl -X DELETE 'https://platform.adobe.io/data/core/dps/offer-decisions/offerDecision1234' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer  {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {IMS_ORG}' \
-H 'x-sandbox-name: {SANDBOX_NAME}'

回應

成功的回應會傳回HTTP狀態200和空白內文。

您可以嘗試向決定查詢(GET)以確認刪除。 您應該會收到HTTP狀態404 (找不到),因為決定已移除。

recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76