pyapacheatlas.core.client.PurviewClient.delete_type#

PurviewClient.delete_type(name)#

Delete a type based on the given name.

Parameters

name (str) – The name of the type you want to remove.

Returns

No content, should receive a 204 status code.

Return type

None