Delete volatile shop agreement
DELETE
/partners/{id}/shops/{shop_id}/agreement
const url = 'https://example.com/partners/example/shops/example/agreement';const options = {method: 'DELETE'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://example.com/partners/example/shops/example/agreementParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
shop_id
required
string