delete https://api.linode.com//linode/instances//configs/
Deletes the specified configuration profile from the specified Linode.
linode-cli linodes config-delete 123 23456
Learn more...
linodes:read_write
Learn more...
Responses
Deletes the specified configuration profile from the specified Linode.
linode-cli linodes config-delete 123 23456
Learn more...
linodes:read_write
Learn more...
xxxxxxxxxx
curl --request DELETE \
--url https://api.linode.com/v4/linode/instances/linodeId/configs/configId \
--header 'accept: application/json'
xxxxxxxxxx
{}