2018-08-28 05:03:55 +00:00
|
|
|
<WizardContent @headerText="Policies" @glyph="tour">
|
2018-08-29 23:16:50 +00:00
|
|
|
<WizardSection
|
|
|
|
@headerText="Deleting your policy"
|
2018-08-28 05:03:55 +00:00
|
|
|
@docText="Docs: Policies"
|
|
|
|
@docPath="/docs/concepts/policies.html"
|
2018-08-29 23:16:50 +00:00
|
|
|
@instructions='Click on "Delete" to remove the policy that you created.'
|
2018-08-28 05:03:55 +00:00
|
|
|
>
|
|
|
|
<p>
|
2018-08-29 23:16:50 +00:00
|
|
|
You can delete your test policy by clicking the "..." icon to the right of the policy name.
|
2018-08-28 05:03:55 +00:00
|
|
|
</p>
|
|
|
|
</WizardSection>
|
2018-08-29 23:16:50 +00:00
|
|
|
</WizardContent>
|