TokenService.Delete Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Delete(int)
Permanently deletes a Token object from the repository.
This will delete the object and can cause a cascading effect where multiple objects will be deleted.
public static Token Delete(int id)
Parameters
- id
- int
Token id.