curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/option_types/{id} \
--header 'Authorization: Bearer <token>'{
"error": "The access token is invalid"
}Deletes an Option Type
curl --request DELETE \
--url http://{defaultHost}/api/v2/platform/option_types/{id} \
--header 'Authorization: Bearer <token>'{
"error": "The access token is invalid"
}Was this page helpful?