DELETE /keys/{uid_or_key}
curl \
 -X DELETE https://example.meilisearch.com:7700/keys/{uid_or_key} \
 -H "Authorization: Bearer $ACCESS_TOKEN"