Delete

Using CURL

curl \
--location \
--request DELETE 'https://api.decathlon.net/sports_user/contacts/landline' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <JWT>' \
--header 'x-api-key: <x-api-key>'